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 (#13280)

- Microsoft.NETCore.App.Internal - 3.1.3-servicing.20128.1
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.3
- Microsoft.NETCore.DotNetHostResolver - 3.1.3
- Microsoft.DotNet.PlatformAbstractions - 3.1.3
- Microsoft.NET.HostModel - 3.1.3
- Microsoft.Extensions.DependencyModel - 3.1.3

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 12, 2020
1 parent c81439c commit 27502db
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<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-e946ceb-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-e946cebe-1/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
Expand Down
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>46091435536c53242905ab4e991bdc0bac153e64</Sha>
</Dependency>
<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.DotNet.PlatformAbstractions" Version="3.1.2">
<Dependency Name="Microsoft.DotNet.PlatformAbstractions" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>966115a91565d43cd545c1b8acd83eda2a0cb4cb</Sha>
<Sha>4a9f85e9f89d7f686fef2ae2109d876b1e2eed2a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.HostModel" Version="3.1.2">
<Dependency Name="Microsoft.NET.HostModel" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>966115a91565d43cd545c1b8acd83eda2a0cb4cb</Sha>
<Sha>4a9f85e9f89d7f686fef2ae2109d876b1e2eed2a</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="3.1.2">
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>966115a91565d43cd545c1b8acd83eda2a0cb4cb</Sha>
<Sha>4a9f85e9f89d7f686fef2ae2109d876b1e2eed2a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.2">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>966115a91565d43cd545c1b8acd83eda2a0cb4cb</Sha>
<Sha>4a9f85e9f89d7f686fef2ae2109d876b1e2eed2a</Sha>
</Dependency>
<!-- Specific version here is not interesting, but we want Maestro to add corefx
private feeds -->
Expand Down Expand Up @@ -52,9 +52,9 @@
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>71a64324486da0e404b372399f11ceb83682bb9c</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>76cc488b8c942815d8b4bfe1de803b916667fe37</Sha>
<Sha>4a9f85e9f89d7f686fef2ae2109d876b1e2eed2a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.CommandLine" Version="1.0.0-preview.19208.1">
<Uri>https://github.com/dotnet/CliCommandLineParser</Uri>
Expand Down
12 changes: 6 additions & 6 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.2-servicing.20067.4</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.2</MicrosoftDotNetPlatformAbstractionsPackageVersion>
<MicrosoftExtensionsDependencyModelPackageVersion>3.1.2</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.2</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftNETHostModelVersion>3.1.2</MicrosoftNETHostModelVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.3-servicing.20128.1</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.3</MicrosoftDotNetPlatformAbstractionsPackageVersion>
<MicrosoftExtensionsDependencyModelPackageVersion>3.1.3</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.3</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftNETHostModelVersion>3.1.3</MicrosoftNETHostModelVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
Expand Down

0 comments on commit 27502db

Please sign in to comment.