Skip to content

Commit

Permalink
[internal/release/5.0] Update dependencies from dnceng/internal/dotne…
Browse files Browse the repository at this point in the history
…t-runtime
  • Loading branch information
dotnet-bot committed Jan 14, 2021
1 parent 1df5737 commit bdd83f0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
8 changes: 6 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-d5943e6" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-efcore-d5943e64/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-f37e9a0" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-f37e9a07/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" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
Expand All @@ -17,11 +20,12 @@
</packageSources>
<disabledPackageSources>
<add key="darc-int-dotnet-efcore-1ee6b62" value="true" />
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-cb5f173" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-efcore-8c89ec4" value="true" />
<add key="darc-int-dotnet-efcore-9322ea3" value="true" />
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-f37e9a0" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-d5943e6" value="true" />
<!-- End: Package sources from dotnet-efcore -->
Expand Down
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.3">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
<Sha>f37e9a07051328a2dde6fb33845523d1681c0c66</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.2-servicing.20611.20">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.3-servicing.21063.16">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
<Sha>f37e9a07051328a2dde6fb33845523d1681c0c66</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.2-servicing.20611.20">
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.3-servicing.21063.16">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
<Sha>f37e9a07051328a2dde6fb33845523d1681c0c66</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
<PropertyGroup Label="Automated">
<!-- Packages from dotnet/runtime -->
<MicrosoftExtensionsDependencyModelPackageVersion>5.0.0</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.2-servicing.20611.20</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.3-servicing.21063.16</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.2-servicing.20611.20</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.3-servicing.21063.16</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
<MicrosoftWin32RegistryPackageVersion>5.0.0</MicrosoftWin32RegistryPackageVersion>
<MicrosoftWin32SystemEventsPackageVersion>5.0.0</MicrosoftWin32SystemEventsPackageVersion>
<MicrosoftExtensionsCachingAbstractionsPackageVersion>5.0.0</MicrosoftExtensionsCachingAbstractionsPackageVersion>
Expand Down

0 comments on commit bdd83f0

Please sign in to comment.