Skip to content

Commit ef14c79

Browse files
committed
Merged PR 11767: Update to runtime 73215
Update to runtime 73215
1 parent b89428a commit ef14c79

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

NuGet.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<add key="darc-pub-dotnet-msbuild-39993bd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-39993bd9/nuget/v3/index.json" />
1111
<!-- End: Package sources from dotnet-msbuild -->
1212
<!-- Begin: Package sources from dotnet-runtime -->
13-
<add key="darc-int-dotnet-runtime-0260401" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-0260401c/nuget/v3/index.json" />
13+
<add key="darc-int-dotnet-runtime-cb5f173" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-cb5f173b/nuget/v3/index.json" />
1414
<!-- End: Package sources from dotnet-runtime -->
1515
<!-- Begin: Package sources from dotnet-templating -->
1616
<add key="darc-pub-dotnet-templating-568c09b" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-568c09b9/nuget/v3/index.json" />
@@ -31,8 +31,9 @@
3131
<disabledPackageSources>
3232
<add key="darc-int-dotnet-windowsdesktop-3fef65d" value="true" />
3333
<add key="darc-int-dotnet-aspnetcore-6a87a2d" value="true" />
34-
<add key="darc-int-dotnet-windowsdesktop-c0f7184" value="true" />
3534
<add key="darc-int-dotnet-runtime-0260401" value="true" />
35+
<add key="darc-int-dotnet-windowsdesktop-c0f7184" value="true" />
36+
<add key="darc-int-dotnet-runtime-cb5f173" value="true" />
3637
<!-- Begin: Package sources from dotnet-aspnetcore -->
3738
<add key="darc-int-dotnet-aspnetcore-2670c12" value="true" />
3839
<!-- End: Package sources from dotnet-aspnetcore -->

eng/Version.Details.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,33 @@
3333
<Uri>https://github.com/dotnet/runtime</Uri>
3434
<Sha>cf258a14b70ad9069470a108f13765e0e5988f51</Sha>
3535
</Dependency>
36-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.2-servicing.20611.12">
36+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.2-servicing.20611.20">
3737
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
38-
<Sha>0260401cbe92144b5f4e70e31765828a14885e60</Sha>
38+
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
3939
</Dependency>
4040
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.2">
4141
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
42-
<Sha>0260401cbe92144b5f4e70e31765828a14885e60</Sha>
42+
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
4343
</Dependency>
4444
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.2">
4545
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
46-
<Sha>0260401cbe92144b5f4e70e31765828a14885e60</Sha>
46+
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
4747
</Dependency>
4848
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0">
4949
<Uri>https://github.com/dotnet/runtime</Uri>
5050
<Sha>cf258a14b70ad9069470a108f13765e0e5988f51</Sha>
5151
</Dependency>
52-
<Dependency Name="Microsoft.NET.HostModel" Version="5.0.2-servicing.20611.12">
52+
<Dependency Name="Microsoft.NET.HostModel" Version="5.0.2-servicing.20611.20">
5353
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
54-
<Sha>0260401cbe92144b5f4e70e31765828a14885e60</Sha>
54+
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
5555
</Dependency>
5656
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="5.0.0">
5757
<Uri>https://github.com/dotnet/runtime</Uri>
5858
<Sha>cf258a14b70ad9069470a108f13765e0e5988f51</Sha>
5959
</Dependency>
6060
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.2">
6161
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
62-
<Sha>0260401cbe92144b5f4e70e31765828a14885e60</Sha>
62+
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
6363
</Dependency>
6464
<Dependency Name="Microsoft.DotNet.Cli.CommandLine" Version="1.0.0-preview.19208.1">
6565
<Uri>https://github.com/dotnet/CliCommandLineParser</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
<PropertyGroup>
3838
<!-- Dependencies from https://github.com/dotnet/runtime -->
3939
<MicrosoftNETCoreAppRefPackageVersion>5.0.0</MicrosoftNETCoreAppRefPackageVersion>
40-
<MicrosoftNETCoreAppInternalPackageVersion>5.0.2-servicing.20611.12</MicrosoftNETCoreAppInternalPackageVersion>
40+
<MicrosoftNETCoreAppInternalPackageVersion>5.0.2-servicing.20611.20</MicrosoftNETCoreAppInternalPackageVersion>
4141
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
4242
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
4343
<MicrosoftExtensionsDependencyModelPackageVersion>5.0.0</MicrosoftExtensionsDependencyModelPackageVersion>
4444
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.2</MicrosoftNETCoreDotNetHostResolverPackageVersion>
45-
<MicrosoftNETHostModelVersion>5.0.2-servicing.20611.12</MicrosoftNETHostModelVersion>
45+
<MicrosoftNETHostModelVersion>5.0.2-servicing.20611.20</MicrosoftNETHostModelVersion>
4646
<MicrosoftExtensionsDependencyModelVersion>$(MicrosoftExtensionsDependencyModelPackageVersion)</MicrosoftExtensionsDependencyModelVersion>
4747
</PropertyGroup>
4848
<PropertyGroup>

0 commit comments

Comments
 (0)