Update dependencies from https://github.com/aspnet/AspNetCore build 20191214.19 (#5893)

- VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19614.19
- dotnet-user-secrets - 5.0.0-alpha.1.19614.19
- dotnet-watch - 5.0.0-alpha.1.19614.19
- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19614.19
- Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19614.19
- dotnet-dev-certs - 5.0.0-alpha.1.19614.19
This commit is contained in:
dotnet-maestro[bot] 2019-12-15 06:30:33 +00:00 committed by GitHub
parent f982e701ad
commit 27dd5ecbbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View file

@ -43,29 +43,29 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>5cee7c97d602f294e27c582d4dab81ec388f1d7b</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha.1.19614.14">
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha.1.19614.19">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>b5cfeb498af120a5158f8471289413c49afab582</Sha>
<Sha>7842b96d9a111b143a836907ed089629a44536b1</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19614.14">
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19614.19">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>b5cfeb498af120a5158f8471289413c49afab582</Sha>
<Sha>7842b96d9a111b143a836907ed089629a44536b1</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0" Version="5.0.0-alpha.1.19614.14">
<Dependency Name="VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0" Version="5.0.0-alpha.1.19614.19">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>b5cfeb498af120a5158f8471289413c49afab582</Sha>
<Sha>7842b96d9a111b143a836907ed089629a44536b1</Sha>
</Dependency>
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha.1.19614.14">
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha.1.19614.19">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>b5cfeb498af120a5158f8471289413c49afab582</Sha>
<Sha>7842b96d9a111b143a836907ed089629a44536b1</Sha>
</Dependency>
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha.1.19614.14">
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha.1.19614.19">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>b5cfeb498af120a5158f8471289413c49afab582</Sha>
<Sha>7842b96d9a111b143a836907ed089629a44536b1</Sha>
</Dependency>
<Dependency Name="dotnet-watch" Version="5.0.0-alpha.1.19614.14">
<Dependency Name="dotnet-watch" Version="5.0.0-alpha.1.19614.19">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>b5cfeb498af120a5158f8471289413c49afab582</Sha>
<Sha>7842b96d9a111b143a836907ed089629a44536b1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.3.1" Version="1.0.2-beta4.19465.1">
<Uri>https://github.com/dotnet/test-templates</Uri>

View file

@ -37,12 +37,12 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.19614.14</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-alpha.1.19614.14</MicrosoftAspNetCoreAppRefPackageVersion>
<VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion>5.0.0-alpha.1.19614.14</VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion>
<dotnetdevcertsPackageVersion>5.0.0-alpha.1.19614.14</dotnetdevcertsPackageVersion>
<dotnetusersecretsPackageVersion>5.0.0-alpha.1.19614.14</dotnetusersecretsPackageVersion>
<dotnetwatchPackageVersion>5.0.0-alpha.1.19614.14</dotnetwatchPackageVersion>
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.19614.19</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-alpha.1.19614.19</MicrosoftAspNetCoreAppRefPackageVersion>
<VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion>5.0.0-alpha.1.19614.19</VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion>
<dotnetdevcertsPackageVersion>5.0.0-alpha.1.19614.19</dotnetdevcertsPackageVersion>
<dotnetusersecretsPackageVersion>5.0.0-alpha.1.19614.19</dotnetusersecretsPackageVersion>
<dotnetwatchPackageVersion>5.0.0-alpha.1.19614.19</dotnetwatchPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->