Update dependencies from https://github.com/aspnet/AspNetCore build 20191127.15 (#5802)
- dotnet-user-secrets - 5.0.0-alpha1.19577.15 - dotnet-watch - 5.0.0-alpha1.19577.15 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19577.15 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19577.15 - dotnet-dev-certs - 5.0.0-alpha1.19577.15 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19577.15
This commit is contained in:
parent
1ba90439dd
commit
b81ee62da5
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>5cee7c97d602f294e27c582d4dab81ec388f1d7b</Sha>
|
<Sha>5cee7c97d602f294e27c582d4dab81ec388f1d7b</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha1.19577.7">
|
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha1.19577.15">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3</Sha>
|
<Sha>eb929d5a0bafc0f8a15473265ac2acf6ea105e6a</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19577.7">
|
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19577.15">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3</Sha>
|
<Sha>eb929d5a0bafc0f8a15473265ac2acf6ea105e6a</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="5.0.0-alpha1.19577.7">
|
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="5.0.0-alpha1.19577.15">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3</Sha>
|
<Sha>eb929d5a0bafc0f8a15473265ac2acf6ea105e6a</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha1.19577.7">
|
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha1.19577.15">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3</Sha>
|
<Sha>eb929d5a0bafc0f8a15473265ac2acf6ea105e6a</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha1.19577.7">
|
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha1.19577.15">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3</Sha>
|
<Sha>eb929d5a0bafc0f8a15473265ac2acf6ea105e6a</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="dotnet-watch" Version="5.0.0-alpha1.19577.7">
|
<Dependency Name="dotnet-watch" Version="5.0.0-alpha1.19577.15">
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3</Sha>
|
<Sha>eb929d5a0bafc0f8a15473265ac2acf6ea105e6a</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.19577.7</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
|
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>5.0.0-alpha1.19577.15</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
|
||||||
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-alpha1.19577.7</MicrosoftAspNetCoreAppRefPackageVersion>
|
<MicrosoftAspNetCoreAppRefPackageVersion>5.0.0-alpha1.19577.15</MicrosoftAspNetCoreAppRefPackageVersion>
|
||||||
<MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>5.0.0-alpha1.19577.7</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>
|
<MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>5.0.0-alpha1.19577.15</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>
|
||||||
<dotnetdevcertsPackageVersion>5.0.0-alpha1.19577.7</dotnetdevcertsPackageVersion>
|
<dotnetdevcertsPackageVersion>5.0.0-alpha1.19577.15</dotnetdevcertsPackageVersion>
|
||||||
<dotnetusersecretsPackageVersion>5.0.0-alpha1.19577.7</dotnetusersecretsPackageVersion>
|
<dotnetusersecretsPackageVersion>5.0.0-alpha1.19577.15</dotnetusersecretsPackageVersion>
|
||||||
<dotnetwatchPackageVersion>5.0.0-alpha1.19577.7</dotnetwatchPackageVersion>
|
<dotnetwatchPackageVersion>5.0.0-alpha1.19577.15</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