Update dependencies from https://github.com/aspnet/AspNetCore build 20191201.2 (#5809)
- dotnet-user-secrets - 5.0.0-alpha1.19601.2 - dotnet-watch - 5.0.0-alpha1.19601.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19601.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19601.2 - dotnet-dev-certs - 5.0.0-alpha1.19601.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19601.2
This commit is contained in:
parent
7d29cc0cdc
commit
7b03bdf249
2 changed files with 18 additions and 18 deletions
|
@ -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-alpha1.19578.4">
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha1.19601.2">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>310809997a06e946deafa3e339a9364c9721b432</Sha>
|
||||
<Sha>032625cd32d4666a2d973061616f6253c249e45a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19578.4">
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19601.2">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>310809997a06e946deafa3e339a9364c9721b432</Sha>
|
||||
<Sha>032625cd32d4666a2d973061616f6253c249e45a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="5.0.0-alpha1.19578.4">
|
||||
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="5.0.0-alpha1.19601.2">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>310809997a06e946deafa3e339a9364c9721b432</Sha>
|
||||
<Sha>032625cd32d4666a2d973061616f6253c249e45a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha1.19578.4">
|
||||
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha1.19601.2">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>310809997a06e946deafa3e339a9364c9721b432</Sha>
|
||||
<Sha>032625cd32d4666a2d973061616f6253c249e45a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha1.19578.4">
|
||||
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha1.19601.2">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>310809997a06e946deafa3e339a9364c9721b432</Sha>
|
||||
<Sha>032625cd32d4666a2d973061616f6253c249e45a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-watch" Version="5.0.0-alpha1.19578.4">
|
||||
<Dependency Name="dotnet-watch" Version="5.0.0-alpha1.19601.2">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>310809997a06e946deafa3e339a9364c9721b432</Sha>
|
||||
<Sha>032625cd32d4666a2d973061616f6253c249e45a</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>
|
||||
|
|
|
@ -37,12 +37,12 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>5.0.0-alpha1.19578.4</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-alpha1.19578.4</MicrosoftAspNetCoreAppRefPackageVersion>
|
||||
<MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>5.0.0-alpha1.19578.4</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>
|
||||
<dotnetdevcertsPackageVersion>5.0.0-alpha1.19578.4</dotnetdevcertsPackageVersion>
|
||||
<dotnetusersecretsPackageVersion>5.0.0-alpha1.19578.4</dotnetusersecretsPackageVersion>
|
||||
<dotnetwatchPackageVersion>5.0.0-alpha1.19578.4</dotnetwatchPackageVersion>
|
||||
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>5.0.0-alpha1.19601.2</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-alpha1.19601.2</MicrosoftAspNetCoreAppRefPackageVersion>
|
||||
<MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>5.0.0-alpha1.19601.2</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>
|
||||
<dotnetdevcertsPackageVersion>5.0.0-alpha1.19601.2</dotnetdevcertsPackageVersion>
|
||||
<dotnetusersecretsPackageVersion>5.0.0-alpha1.19601.2</dotnetusersecretsPackageVersion>
|
||||
<dotnetwatchPackageVersion>5.0.0-alpha1.19601.2</dotnetwatchPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
|
|
Loading…
Reference in a new issue