Skip to content

Commit

Permalink
Fix Windows build - dependency downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosavljevic committed Apr 27, 2023
1 parent f0b3305 commit 37acc70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
<SystemNetHttpVersion>4.3.4</SystemNetHttpVersion>
<SystemReflectionMetadataVersion>1.6.0</SystemReflectionMetadataVersion>
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
<SystemUriVersion>4.3.2</SystemUriVersion>
<TestPlatformMSDiaVersion>17.6.33617.297</TestPlatformMSDiaVersion>
<TestPlatformRemoteExternalsVersion>17.6.33617.297</TestPlatformRemoteExternalsVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="$(JsonNetVersion)" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="$(MicrosoftExtensionsDependencyModelPackageVersion)" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" Condition=" '$(DotNetBuildFromSource)' != 'true' " />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="$(SystemRuntimeCompilerServicesUnsafeVersion)" Condition=" '$(DotNetBuildFromSource)' != 'true' " />
</ItemGroup>
<ItemGroup>
<Compile Update="NullableHelpers.cs">
Expand Down

0 comments on commit 37acc70

Please sign in to comment.