Skip to content

Commit

Permalink
Use Version attribute for PackageReference (#213)
Browse files Browse the repository at this point in the history
## Test plan
None
<!-- REQUIRED; info at
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles
-->

Co-authored-by: Tomasz Gołębiowski <tgolebiowski@virtuslab.com>
  • Loading branch information
tomaszgolebiowski and Tomasz Gołębiowski authored Feb 6, 2025
1 parent 573c2d2 commit 1b04554
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Language">
<Version>17.6.268</Version>
</PackageReference>
<PackageReference Include="StreamJsonRpc">
<Version>2.15.29</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language" Version="17.6.268" />
<PackageReference Include="StreamJsonRpc" Version="2.15.29" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cody.Core\Cody.Core.csproj">
Expand Down

0 comments on commit 1b04554

Please sign in to comment.