Skip to content

Commit 879be51

Browse files
[release/6.0.3xx] Update dependencies from dotnet/runtime (#15304)
* Update dependencies from https://github.com/dotnet/runtime build 20220613.9 Microsoft.NETCore.App.Ref From Version 6.0.5 -> To Version 6.0.7 * Update dependencies from https://github.com/dotnet/runtime build 20220622.1 Microsoft.NETCore.App.Ref From Version 6.0.5 -> To Version 6.0.7 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
1 parent e8f7c56 commit 879be51

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

NuGet.config

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<!-- Begin: Package sources from dotnet-aspnetcore -->
1212
<!-- End: Package sources from dotnet-aspnetcore -->
1313
<!-- Begin: Package sources from dotnet-runtime -->
14+
<add key="darc-pub-dotnet-runtime-705ec75" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-705ec75f/nuget/v3/index.json" />
1415
<!-- End: Package sources from dotnet-runtime -->
1516
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1617
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />

eng/Version.Details.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Uri>https://github.com/dotnet/linker</Uri>
99
<Sha>28db36b95cf83c8e2ad11e67a2ad0de301b4cad6</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.5">
11+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.7">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>a21b9a2dd4c31cf5bd37626562b7612faf21cee6</Sha>
13+
<Sha>705ec75fc00dc5d62ffeae1b6d5439fd14ada9b4</Sha>
1414
</Dependency>
1515
<!-- This is required for our test apps to build; in some cases Microsoft.AspNetCore.App is pulled in, and when building test apps the build needs to be able to resolve that -->
1616
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="6.0.6" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<MicrosoftNETILLinkTasksPackageVersion>6.0.200-1.22219.3</MicrosoftNETILLinkTasksPackageVersion>
66
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
77
<MicrosoftNETILStripTasksPackageVersion>6.0.0-rc.2.21468.3</MicrosoftNETILStripTasksPackageVersion>
8-
<MicrosoftNETCoreAppRefPackageVersion>6.0.5</MicrosoftNETCoreAppRefPackageVersion>
8+
<MicrosoftNETCoreAppRefPackageVersion>6.0.7</MicrosoftNETCoreAppRefPackageVersion>
99
<MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>6.0.4</MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>
1010
<MicrosoftTemplateEngineTasksVersion>7.0.100-alpha.1.21601.1</MicrosoftTemplateEngineTasksVersion>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)