Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Update dependencies from https://github.com/dotnet/core-setup build 2…
Browse files Browse the repository at this point in the history
…0200228.1 (#4392)

- Microsoft.NETCore.App.Internal - 3.1.3-servicing.20128.1
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.3

Dependency coherency updates

- Microsoft.NET.Sdk.WindowsDesktop - 3.1.3-servicing.20128.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Mar 11, 2020
1 parent 256ab42 commit 91f72ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-microsoft-msbuild-d4cbfca" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-microsoft-msbuild-d4cbfca4/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-966115a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-966115a9/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-4a9f85e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-4a9f85e9/nuget/v3/index.json" />
<add key="darc-pub-dotnet-corefx-0f7f38c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-0f7f38c4/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-tooling-5ecfad7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-tooling-5ecfad7e/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
Expand Down
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.2">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>966115a91565d43cd545c1b8acd83eda2a0cb4cb</Sha>
<Sha>4a9f85e9f89d7f686fef2ae2109d876b1e2eed2a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.2-servicing.20067.4">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20128.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>966115a91565d43cd545c1b8acd83eda2a0cb4cb</Sha>
<Sha>4a9f85e9f89d7f686fef2ae2109d876b1e2eed2a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.201-servicing.20160.2">
<Uri>https://github.com/dotnet/cli</Uri>
Expand Down Expand Up @@ -38,9 +38,9 @@
<Sha>5ecfad7e0515ee580f7e1b51d1558fc2a1d27ee5</Sha>
</Dependency>
<!-- For coherency purposes, this version should be gated by the version of wpf routed via core setup -->
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="3.1.2-servicing.20069.7" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="3.1.3-servicing.20128.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>b30a16a465c9a0ed7e641a9d55df2f6e5c878a81</Sha>
<Sha>b8c0f1ed4a1cd2cdd8dcbebc5ccff99993d4c3dd</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.5.0-rtm.6473">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Trusted -->
<MicrosoftNETSdkWindowsDesktopPackageVersion>3.1.2-servicing.20069.7</MicrosoftNETSdkWindowsDesktopPackageVersion>
<MicrosoftNETSdkWindowsDesktopPackageVersion>3.1.3-servicing.20128.4</MicrosoftNETSdkWindowsDesktopPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/nuget/nuget.client -->
Expand Down Expand Up @@ -78,8 +78,8 @@
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.2-servicing.20067.4</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.3-servicing.20128.1</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 91f72ac

Please sign in to comment.