[master] Update dependencies from aspnet/AspNetCore (#5524)
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191104.1 - dotnet-user-secrets - 5.0.0-alpha1.19554.1 - dotnet-watch - 5.0.0-alpha1.19554.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19554.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19554.1 - dotnet-dev-certs - 5.0.0-alpha1.19554.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19554.1 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191104.3 - dotnet-user-secrets - 5.0.0-alpha1.19554.3 - dotnet-watch - 5.0.0-alpha1.19554.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19554.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19554.3 - dotnet-dev-certs - 5.0.0-alpha1.19554.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19554.3
This commit is contained in:
parent
148d754f7a
commit
a2961674e0
2 changed files with 18 additions and 18 deletions
|
@ -43,29 +43,29 @@
|
||||||
<Uri>https://github.com/dotnet/corefx</Uri>
|
<Uri>https://github.com/dotnet/corefx</Uri>
|
||||||
<Sha>5ac93ba0cc5843e4a544c8a23b5a9fcb05d0d69d</Sha>
|
<Sha>5ac93ba0cc5843e4a544c8a23b5a9fcb05d0d69d</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha1.19553.1">
|
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha1.19554.3">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>dba39d60c89b743d45411ba6bc6b02b5a8019032</Sha>
|
<Sha>774f8dbdbd8a2cd438a7aadd624122f556428dd7</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19553.1">
|
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19554.3">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>dba39d60c89b743d45411ba6bc6b02b5a8019032</Sha>
|
<Sha>774f8dbdbd8a2cd438a7aadd624122f556428dd7</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="5.0.0-alpha1.19553.1">
|
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="5.0.0-alpha1.19554.3">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>dba39d60c89b743d45411ba6bc6b02b5a8019032</Sha>
|
<Sha>774f8dbdbd8a2cd438a7aadd624122f556428dd7</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha1.19553.1">
|
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha1.19554.3">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>dba39d60c89b743d45411ba6bc6b02b5a8019032</Sha>
|
<Sha>774f8dbdbd8a2cd438a7aadd624122f556428dd7</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha1.19553.1">
|
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha1.19554.3">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>dba39d60c89b743d45411ba6bc6b02b5a8019032</Sha>
|
<Sha>774f8dbdbd8a2cd438a7aadd624122f556428dd7</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="dotnet-watch" Version="5.0.0-alpha1.19553.1">
|
<Dependency Name="dotnet-watch" Version="5.0.0-alpha1.19554.3">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>dba39d60c89b743d45411ba6bc6b02b5a8019032</Sha>
|
<Sha>774f8dbdbd8a2cd438a7aadd624122f556428dd7</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.3.1" Version="1.0.2-beta4.19465.1">
|
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.3.1" Version="1.0.2-beta4.19465.1">
|
||||||
<Uri>https://github.com/dotnet/test-templates</Uri>
|
<Uri>https://github.com/dotnet/test-templates</Uri>
|
||||||
|
|
|
@ -37,12 +37,12 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||||
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>5.0.0-alpha1.19553.1</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
|
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>5.0.0-alpha1.19554.3</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
|
||||||
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-alpha1.19553.1</MicrosoftAspNetCoreAppRefPackageVersion>
|
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-alpha1.19554.3</MicrosoftAspNetCoreAppRefPackageVersion>
|
||||||
<MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>5.0.0-alpha1.19553.1</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>
|
<MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>5.0.0-alpha1.19554.3</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>
|
||||||
<dotnetdevcertsPackageVersion>5.0.0-alpha1.19553.1</dotnetdevcertsPackageVersion>
|
<dotnetdevcertsPackageVersion>5.0.0-alpha1.19554.3</dotnetdevcertsPackageVersion>
|
||||||
<dotnetusersecretsPackageVersion>5.0.0-alpha1.19553.1</dotnetusersecretsPackageVersion>
|
<dotnetusersecretsPackageVersion>5.0.0-alpha1.19554.3</dotnetusersecretsPackageVersion>
|
||||||
<dotnetwatchPackageVersion>5.0.0-alpha1.19553.1</dotnetwatchPackageVersion>
|
<dotnetwatchPackageVersion>5.0.0-alpha1.19554.3</dotnetwatchPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||||
|
|
Loading…
Reference in a new issue