[master] Update dependencies from dotnet/core-setup (#764)
* Update dependencies from https://github.com/dotnet/core-setup build 20190228.7 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27428-7 * Update dependencies from https://github.com/dotnet/core-setup build 20190228.11 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27428-11 * Update dependencies from https://github.com/dotnet/core-setup build 20190228.12 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27428-12 * Update dependencies from https://github.com/dotnet/core-setup build 20190228.13 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27428-13 * Update dependencies from https://github.com/dotnet/core-setup build 20190228.14 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27428-14 * Update dependencies from https://github.com/dotnet/core-setup build 20190301.1 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27501-1 * Update dependencies from https://github.com/dotnet/core-setup build 20190301.2 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27501-2 * Update dependencies from https://github.com/dotnet/core-setup build 20190301.3 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27501-3 * Update dependencies from https://github.com/dotnet/core-setup build 20190301.4 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27501-4 * Update dependencies from https://github.com/dotnet/core-setup build 20190301.5 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27501-5 * Update dependencies from https://github.com/dotnet/core-setup build 20190301.6 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27501-6 * Update dependencies from https://github.com/dotnet/core-setup build 20190301.7 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27501-7
This commit is contained in:
parent
6aed0cd361
commit
86a488a592
2 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
<Uri>https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Trusted</Uri>
|
||||
<Sha>4b57a0e3923ae004cce7f06d0e546fa4c16bc6ab</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27428-6">
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27501-7">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>1ebfe6a0cd66aec3451b9153b0511018bc379900</Sha>
|
||||
<Sha>67f93bf2f5f6e0a3a52aa1be42d36b1ba7a59d00</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview4-19151-02">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview4.19111.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview4-27428-6</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview4-27501-7</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue