Update dependencies from https://github.com/dotnet/aspnetcore build 20200218.4 (#6451)

- dotnet-dev-certs - 3.1.3-servicing.20118.4
- dotnet-user-secrets - 3.1.3-servicing.20118.4
- dotnet-watch - 3.1.3-servicing.20118.4
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.3
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.1.3-servicing.20118.4
This commit is contained in:
dotnet-maestro[bot] 2020-02-19 00:56:24 +00:00 committed by GitHub
parent a503e90880
commit 5401a4f51b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 14 deletions

View file

@ -11,7 +11,8 @@
<add key="darc-pub-dotnet-core-setup-1a277d0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1a277d06/nuget/v3/index.json" /> <add key="darc-pub-dotnet-core-setup-1a277d0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1a277d06/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-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-c3acdca-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-c3acdcac-2/nuget/v3/index.json" /> <add key="darc-pub-dotnet-aspnetcore-c3acdca-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-c3acdcac-2/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-7fc314f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-7fc314f7/nuget/v3/index.json" /> <add key="darc-pub-dotnet-aspnetcore-6763f36-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-6763f36a-1/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-6763f36" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-6763f36a/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.--> <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<!-- 3.0.3 runtme pack/apphost packs are needed for tests, and not on nuget.org yet or other feeds below. Darc cannot see that due to nonstandard way these are pulled in to a non-3.0 branch --> <!-- 3.0.3 runtme pack/apphost packs are needed for tests, and not on nuget.org yet or other feeds below. Darc cannot see that due to nonstandard way these are pulled in to a non-3.0 branch -->
<add key="darc-pub-dotnet-core-setup-c03f2fe" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-c03f2fe6/nuget/v3/index.json" /> <add key="darc-pub-dotnet-core-setup-c03f2fe" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-c03f2fe6/nuget/v3/index.json" />

View file

@ -47,23 +47,23 @@
</Dependency> </Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="3.1.3"> <Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/aspnetcore</Uri> <Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>7fc314f73b075650f79d5225af8165e0a9369c22</Sha> <Sha>6763f36a93f3ddeb49d88fe150972cbaad2ea8ef</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="3.1.3-servicing.20114.12"> <Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="3.1.3-servicing.20118.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri> <Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>7fc314f73b075650f79d5225af8165e0a9369c22</Sha> <Sha>6763f36a93f3ddeb49d88fe150972cbaad2ea8ef</Sha>
</Dependency> </Dependency>
<Dependency Name="dotnet-dev-certs" Version="3.1.3-servicing.20114.12"> <Dependency Name="dotnet-dev-certs" Version="3.1.3-servicing.20118.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri> <Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>7fc314f73b075650f79d5225af8165e0a9369c22</Sha> <Sha>6763f36a93f3ddeb49d88fe150972cbaad2ea8ef</Sha>
</Dependency> </Dependency>
<Dependency Name="dotnet-user-secrets" Version="3.1.3-servicing.20114.12"> <Dependency Name="dotnet-user-secrets" Version="3.1.3-servicing.20118.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri> <Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>7fc314f73b075650f79d5225af8165e0a9369c22</Sha> <Sha>6763f36a93f3ddeb49d88fe150972cbaad2ea8ef</Sha>
</Dependency> </Dependency>
<Dependency Name="dotnet-watch" Version="3.1.3-servicing.20114.12"> <Dependency Name="dotnet-watch" Version="3.1.3-servicing.20118.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri> <Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>7fc314f73b075650f79d5225af8165e0a9369c22</Sha> <Sha>6763f36a93f3ddeb49d88fe150972cbaad2ea8ef</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.3.1" Version="1.0.2-beta4.20105.2"> <Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.3.1" Version="1.0.2-beta4.20105.2">
<Uri>https://github.com/dotnet/test-templates</Uri> <Uri>https://github.com/dotnet/test-templates</Uri>

View file

@ -38,10 +38,10 @@
<!-- Dependencies from https://github.com/aspnet/AspNetCore --> <!-- Dependencies from https://github.com/aspnet/AspNetCore -->
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>3.1.3</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion> <MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>3.1.3</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
<MicrosoftAspNetCoreAppRefPackageVersion>3.1.2</MicrosoftAspNetCoreAppRefPackageVersion> <MicrosoftAspNetCoreAppRefPackageVersion>3.1.2</MicrosoftAspNetCoreAppRefPackageVersion>
<MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>3.1.3-servicing.20114.12</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion> <MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>3.1.3-servicing.20118.4</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>
<dotnetdevcertsPackageVersion>3.1.3-servicing.20114.12</dotnetdevcertsPackageVersion> <dotnetdevcertsPackageVersion>3.1.3-servicing.20118.4</dotnetdevcertsPackageVersion>
<dotnetusersecretsPackageVersion>3.1.3-servicing.20114.12</dotnetusersecretsPackageVersion> <dotnetusersecretsPackageVersion>3.1.3-servicing.20118.4</dotnetusersecretsPackageVersion>
<dotnetwatchPackageVersion>3.1.3-servicing.20114.12</dotnetwatchPackageVersion> <dotnetwatchPackageVersion>3.1.3-servicing.20118.4</dotnetwatchPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli --> <!-- Dependencies from https://github.com/dotnet/cli -->