Skip to content

Commit a56b732

Browse files
authored
UpdateJson and CompilerServices.Unsafe versions (dotnet#59067)
This unblocks the SDK ingestion now that we are targeting net7.0. Microsoft.NET.HostModel needs to update 7.0 versions of these libraries.
1 parent 6115ca2 commit a56b732

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@
182182
<Uri>https://github.com/dotnet/runtime</Uri>
183183
<Sha>b7e10374429b5af32debc4660aa9bce41cfb903e</Sha>
184184
</Dependency>
185-
<Dependency Name="System.Text.Json" Version="7.0.0-alpha.1.21456.1">
185+
<Dependency Name="System.Text.Json" Version="7.0.0-alpha.1.21463.1">
186186
<Uri>https://github.com/dotnet/runtime</Uri>
187-
<Sha>b7e10374429b5af32debc4660aa9bce41cfb903e</Sha>
187+
<Sha>0becd27f728f9e1eeb2a168789418ad4191ade99</Sha>
188188
</Dependency>
189-
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="7.0.0-alpha.1.21456.1">
189+
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="7.0.0-alpha.1.21463.1">
190190
<Uri>https://github.com/dotnet/runtime</Uri>
191-
<Sha>b7e10374429b5af32debc4660aa9bce41cfb903e</Sha>
191+
<Sha>0becd27f728f9e1eeb2a168789418ad4191ade99</Sha>
192192
</Dependency>
193193
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.21460.1">
194194
<Uri>https://github.com/mono/linker</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
<SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
110110
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
111111
<ServiceModelVersion>4.8.1</ServiceModelVersion>
112-
<SystemTextJsonVersion>7.0.0-alpha.1.21456.1</SystemTextJsonVersion>
113-
<SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.21456.1</SystemRuntimeCompilerServicesUnsafeVersion>
112+
<SystemTextJsonVersion>7.0.0-alpha.1.21463.1</SystemTextJsonVersion>
113+
<SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.21463.1</SystemRuntimeCompilerServicesUnsafeVersion>
114114
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
115115
<SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
116116
<runtimenativeSystemIOPortsVersion>7.0.0-alpha.1.21456.1</runtimenativeSystemIOPortsVersion>

0 commit comments

Comments
 (0)