Update dependencies from dotnet/core-setup (#494)
* Update dependencies from https://github.com/dotnet/core-setup build 20190213.10 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27413-10 * Update dependencies from https://github.com/dotnet/core-setup build 20190213.11 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27413-11 * Update dependencies from https://github.com/dotnet/core-setup build 20190214.1 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27414-1 * Update dependencies from https://github.com/dotnet/core-setup build 20190214.2 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27414-2 * Update dependencies from https://github.com/dotnet/core-setup build 20190214.3 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27414-3 * Update dependencies from https://github.com/dotnet/core-setup build 20190214.4 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27414-4 * Update dependencies from https://github.com/dotnet/core-setup build 20190214.5 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27414-5 * Update dependencies from https://github.com/dotnet/core-setup build 20190212.6 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview-27412-6 * Update dependencies from https://github.com/dotnet/core-setup build 20190214.6 This change updates the following dependencies - Microsoft.NETCore.App - 3.0.0-preview4-27414-6
This commit is contained in:
parent
a2f6bbe846
commit
2deaec9124
2 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
<Uri>https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Trusted</Uri>
|
||||
<Sha>0c81fedeb239f3c565f5757970bb27cb1a8ec5ce</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27413-9">
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27414-6">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>52765f25ad73d6195c74695a2c9903f6ee1e9f9b</Sha>
|
||||
<Sha>793c41bad68f15fee17b67c5faaa0eaa2d102595</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19113-07">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<DotnetWatchPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetWatchPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview4-27413-9</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview4-27414-6</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue