Update dependencies from https://github.com/dotnet/aspnetcore build 20200225.2 (#6559)

- Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20125.2
- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20125.2
- dotnet-watch - 5.0.0-preview.2.20125.2
- dotnet-user-secrets - 5.0.0-preview.2.20125.2
- dotnet-dev-certs - 5.0.0-preview.2.20125.2
- VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20125.2
This commit is contained in:
dotnet-maestro[bot] 2020-02-25 19:35:58 +00:00 committed by GitHub
parent f46cf5589f
commit 93351bb752
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/runtime</Uri>
<Sha>cfac865f9d44a443843d7dfc660a497f7d5bdf5a</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.2.20124.10">
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.2.20125.2">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>f1c302e66eb4ee2199aadb774e47380ca4d34301</Sha>
<Sha>6e6ea5b6d40c77830d7a8b227d03adf844cc41a2</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-preview.2.20124.10">
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-preview.2.20125.2">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>f1c302e66eb4ee2199aadb774e47380ca4d34301</Sha>
<Sha>6e6ea5b6d40c77830d7a8b227d03adf844cc41a2</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0" Version="5.0.0-preview.2.20124.10">
<Dependency Name="VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0" Version="5.0.0-preview.2.20125.2">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>f1c302e66eb4ee2199aadb774e47380ca4d34301</Sha>
<Sha>6e6ea5b6d40c77830d7a8b227d03adf844cc41a2</Sha>
</Dependency>
<Dependency Name="dotnet-dev-certs" Version="5.0.0-preview.2.20124.10">
<Dependency Name="dotnet-dev-certs" Version="5.0.0-preview.2.20125.2">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>f1c302e66eb4ee2199aadb774e47380ca4d34301</Sha>
<Sha>6e6ea5b6d40c77830d7a8b227d03adf844cc41a2</Sha>
</Dependency>
<Dependency Name="dotnet-user-secrets" Version="5.0.0-preview.2.20124.10">
<Dependency Name="dotnet-user-secrets" Version="5.0.0-preview.2.20125.2">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>f1c302e66eb4ee2199aadb774e47380ca4d34301</Sha>
<Sha>6e6ea5b6d40c77830d7a8b227d03adf844cc41a2</Sha>
</Dependency>
<Dependency Name="dotnet-watch" Version="5.0.0-preview.2.20124.10">
<Dependency Name="dotnet-watch" Version="5.0.0-preview.2.20125.2">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>f1c302e66eb4ee2199aadb774e47380ca4d34301</Sha>
<Sha>6e6ea5b6d40c77830d7a8b227d03adf844cc41a2</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-preview.2.20124.10</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-preview.2.20124.10</MicrosoftAspNetCoreAppRefPackageVersion>
<VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion>5.0.0-preview.2.20124.10</VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion>
<dotnetdevcertsPackageVersion>5.0.0-preview.2.20124.10</dotnetdevcertsPackageVersion>
<dotnetusersecretsPackageVersion>5.0.0-preview.2.20124.10</dotnetusersecretsPackageVersion>
<dotnetwatchPackageVersion>5.0.0-preview.2.20124.10</dotnetwatchPackageVersion>
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>5.0.0-preview.2.20125.2</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-preview.2.20125.2</MicrosoftAspNetCoreAppRefPackageVersion>
<VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion>5.0.0-preview.2.20125.2</VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion>
<dotnetdevcertsPackageVersion>5.0.0-preview.2.20125.2</dotnetdevcertsPackageVersion>
<dotnetusersecretsPackageVersion>5.0.0-preview.2.20125.2</dotnetusersecretsPackageVersion>
<dotnetwatchPackageVersion>5.0.0-preview.2.20125.2</dotnetwatchPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->