Update dependencies from https://github.com/dotnet/aspnetcore build 20200114.4

- VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20064.4
- dotnet-user-secrets - 5.0.0-alpha.1.20064.4
- dotnet-watch - 5.0.0-alpha.1.20064.4
- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20064.4
- Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20064.4
- dotnet-dev-certs - 5.0.0-alpha.1.20064.4
This commit is contained in:
dotnet-maestro[bot] 2020-01-14 23:00:19 +00:00
parent 5298d93f93
commit d4b1fc0dae
2 changed files with 24 additions and 24 deletions

View file

@ -43,29 +43,29 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>05909c4ae8ea0a3bf1093c08323ddbacb34f715f</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha.1.20056.6">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>c17ce436b8703470231e7979cead042f5682c3f5</Sha>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha.1.20064.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>deceebc062af5a51e53cf6a8cb539da118d46484</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.20056.6">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>c17ce436b8703470231e7979cead042f5682c3f5</Sha>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.20064.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>deceebc062af5a51e53cf6a8cb539da118d46484</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0" Version="5.0.0-alpha.1.20056.6">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>c17ce436b8703470231e7979cead042f5682c3f5</Sha>
<Dependency Name="VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0" Version="5.0.0-alpha.1.20064.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>deceebc062af5a51e53cf6a8cb539da118d46484</Sha>
</Dependency>
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha.1.20056.6">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>c17ce436b8703470231e7979cead042f5682c3f5</Sha>
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha.1.20064.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>deceebc062af5a51e53cf6a8cb539da118d46484</Sha>
</Dependency>
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha.1.20056.6">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>c17ce436b8703470231e7979cead042f5682c3f5</Sha>
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha.1.20064.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>deceebc062af5a51e53cf6a8cb539da118d46484</Sha>
</Dependency>
<Dependency Name="dotnet-watch" Version="5.0.0-alpha.1.20056.6">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>c17ce436b8703470231e7979cead042f5682c3f5</Sha>
<Dependency Name="dotnet-watch" Version="5.0.0-alpha.1.20064.4">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>deceebc062af5a51e53cf6a8cb539da118d46484</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.3.1" Version="1.0.2-beta4.19570.1">
<Uri>https://github.com/dotnet/test-templates</Uri>

View file

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