UpdateJson and CompilerServices.Unsafe versions (#59067)
authorEric Erhardt <eric.erhardt@microsoft.com>
Tue, 14 Sep 2021 12:12:45 +0000 (06:12 -0600)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 12:12:45 +0000 (07:12 -0500)
This unblocks the SDK ingestion now that we are targeting net7.0. Microsoft.NET.HostModel needs to update 7.0 versions of these libraries.

eng/Version.Details.xml
eng/Versions.props

index 1794fa8..b3b9219 100644 (file)
       <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>
index 20dcb98..e567d77 100644 (file)
     <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>