We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9639739 commit 06350b7Copy full SHA for 06350b7
src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj
@@ -19,7 +19,8 @@
19
</PropertyGroup>
20
21
<ItemGroup>
22
- <PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
+ <!-- we need to keep the version of System.Reflection.Metadata in sync with dotnet/msbuild and dotnet/sdk -->
23
+ <PackageReference Include="System.Reflection.Metadata" Version="6.0.0" />
24
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonVersion)" />
25
</ItemGroup>
26
0 commit comments