diff --git a/NuGet.config b/NuGet.config index 6ebae8a76642..f0da54f3460c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,6 +12,7 @@ <add key="darc-int-dotnet-runtime-35964c9-2" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-35964c92-2/nuget/v3/index.json" /> <add key="darc-int-dotnet-runtime-35964c9-1" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-35964c92-1/nuget/v3/index.json" /> <add key="darc-int-dotnet-runtime-35964c9" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-35964c92/nuget/v3/index.json" /> + <add key="darc-int-dotnet-runtime-1f3e841" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-1f3e8413/nuget/v3/index.json" /> <!-- End: Package sources from dotnet-runtime --> <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.--> <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> @@ -26,6 +27,7 @@ <clear /> <!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.--> <!-- Begin: Package sources from dotnet-runtime --> + <add key="darc-int-dotnet-runtime-1f3e841" value="true" /> <add key="darc-int-dotnet-runtime-35964c9" value="true" /> <add key="darc-int-dotnet-runtime-35964c9-1" value="true" /> <add key="darc-int-dotnet-runtime-35964c9-2" value="true" /> diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd07a3a2f72d..2a183c296fa9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -294,17 +294,17 @@ Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime. All Runtime.$rid packages should have the same version. --> - <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.8"> + <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.9"> <Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri> - <Sha>35964c9215613d66a687ebcb2d7fcd9496390ee7</Sha> + <Sha>1f3e841303d92954a855d9d039b23671af7e24e0</Sha> </Dependency> - <Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.8-servicing.21315.4"> + <Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.9-servicing.21357.12"> <Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri> - <Sha>35964c9215613d66a687ebcb2d7fcd9496390ee7</Sha> + <Sha>1f3e841303d92954a855d9d039b23671af7e24e0</Sha> </Dependency> - <Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.8-servicing.21315.4"> + <Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.9-servicing.21357.12"> <Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri> - <Sha>35964c9215613d66a687ebcb2d7fcd9496390ee7</Sha> + <Sha>1f3e841303d92954a855d9d039b23671af7e24e0</Sha> </Dependency> </ProductDependencies> <ToolsetDependencies> diff --git a/eng/Versions.props b/eng/Versions.props index b8e0da136d97..1d08d9ffd9f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -59,10 +59,10 @@ <PropertyGroup Label="Automated"> <!-- Packages from dotnet/runtime --> <MicrosoftExtensionsDependencyModelPackageVersion>5.0.0</MicrosoftExtensionsDependencyModelPackageVersion> - <MicrosoftNETCoreAppInternalPackageVersion>5.0.8-servicing.21315.4</MicrosoftNETCoreAppInternalPackageVersion> + <MicrosoftNETCoreAppInternalPackageVersion>5.0.9-servicing.21357.12</MicrosoftNETCoreAppInternalPackageVersion> <MicrosoftNETCoreAppRefPackageVersion>5.0.0</MicrosoftNETCoreAppRefPackageVersion> - <MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.8</MicrosoftNETCoreAppRuntimewinx64PackageVersion> - <MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.8-servicing.21315.4</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion> + <MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.9</MicrosoftNETCoreAppRuntimewinx64PackageVersion> + <MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.9-servicing.21357.12</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion> <MicrosoftWin32RegistryPackageVersion>5.0.0</MicrosoftWin32RegistryPackageVersion> <MicrosoftWin32SystemEventsPackageVersion>5.0.0</MicrosoftWin32SystemEventsPackageVersion> <MicrosoftExtensionsCachingAbstractionsPackageVersion>5.0.0</MicrosoftExtensionsCachingAbstractionsPackageVersion>