Skip to content

Commit dfbabaf

Browse files
committed
fix
1 parent 1858680 commit dfbabaf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
<ItemGroup>
1515
<!-- Make sure to reference the same version of Microsoft.CodeAnalysis.Analyzers as the rest of the build -->
1616
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
17-
<!-- 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) -->
18-
<PackageReference Include="System.Collections.Immutable" VersionOverride="8.0.0" PrivateAssets="All" />
17+
<!-- Pin SCI and SRM 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 8.0) -->
18+
<PackageReference Include="System.Collections.Immutable" VersionOverride="8.0.0" />
19+
<PackageReference Include="System.Reflection.Metadata" VersionOverride="8.0.0" />
1920
</ItemGroup>
2021
<ItemGroup>
2122
<!-- If we're building the command line tool, we have to include some dependencies used for grammar generation -->

0 commit comments

Comments
 (0)