Skip to content

Commit

Permalink
Simplify dependency list for Common project
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic committed Jul 25, 2023
1 parent 3b93292 commit 3d41c27
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/LanguageServer.Common/LanguageServer.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="16.7.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.2.6" />
<PackageReference Include="NuGet.Client" Version="4.2.0" />
<PackageReference Include="NuGet.Configuration" Version="6.0.0" />
<PackageReference Include="NuGet.Credentials" Version="6.0.0" />
<PackageReference Include="NuGet.PackageManagement" Version="6.0.0" />
<PackageReference Include="NuGet.Packaging" Version="6.0.0" />
<PackageReference Include="NuGet.Versioning" Version="6.0.0" />
<PackageReference Include="NuGet.Protocol" Version="6.0.0" />
<PackageReference Include="Serilog" Version="2.5.0" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
</ItemGroup>

</Project>

0 comments on commit 3d41c27

Please sign in to comment.