Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
genlu committed Jan 24, 2025
1 parent 1858680 commit 2039103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- Make sure to reference the same version of Microsoft.CodeAnalysis.Analyzers as the rest of the build -->
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
<!-- Pin SCI to 8.0, since this generator is built & consumed in our pipeline so it has to work with stock compiler in msbuild (currently shipped with SCI 8.0) -->
<PackageReference Include="System.Collections.Immutable" VersionOverride="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.Collections.Immutable" VersionOverride="8.0.0" />
</ItemGroup>
<ItemGroup>
<!-- If we're building the command line tool, we have to include some dependencies used for grammar generation -->
Expand Down

0 comments on commit 2039103

Please sign in to comment.