Skip to content

Commit

Permalink
UpdateJson and CompilerServices.Unsafe versions (#59067)
Browse files Browse the repository at this point in the history
This unblocks the SDK ingestion now that we are targeting net7.0. Microsoft.NET.HostModel needs to update 7.0 versions of these libraries.
  • Loading branch information
eerhardt authored Sep 14, 2021
1 parent 6115ca2 commit a56b732
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b7e10374429b5af32debc4660aa9bce41cfb903e</Sha>
</Dependency>
<Dependency Name="System.Text.Json" Version="7.0.0-alpha.1.21456.1">
<Dependency Name="System.Text.Json" Version="7.0.0-alpha.1.21463.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b7e10374429b5af32debc4660aa9bce41cfb903e</Sha>
<Sha>0becd27f728f9e1eeb2a168789418ad4191ade99</Sha>
</Dependency>
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="7.0.0-alpha.1.21456.1">
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="7.0.0-alpha.1.21463.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b7e10374429b5af32debc4660aa9bce41cfb903e</Sha>
<Sha>0becd27f728f9e1eeb2a168789418ad4191ade99</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.21460.1">
<Uri>https://github.com/mono/linker</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
<SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
<ServiceModelVersion>4.8.1</ServiceModelVersion>
<SystemTextJsonVersion>7.0.0-alpha.1.21456.1</SystemTextJsonVersion>
<SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.21456.1</SystemRuntimeCompilerServicesUnsafeVersion>
<SystemTextJsonVersion>7.0.0-alpha.1.21463.1</SystemTextJsonVersion>
<SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.21463.1</SystemRuntimeCompilerServicesUnsafeVersion>
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
<SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
<runtimenativeSystemIOPortsVersion>7.0.0-alpha.1.21456.1</runtimenativeSystemIOPortsVersion>
Expand Down

0 comments on commit a56b732

Please sign in to comment.