Update dependencies from https://github.com/dotnet/sdk build 20190617.2

- Microsoft.NET.Sdk - 3.0.100-preview7.19317.2
This commit is contained in:
dotnet-maestro 2019-06-17 20:03:05 +00:00
parent 76fc66dbad
commit e4026bb5e2
2 changed files with 3 additions and 3 deletions

View file

@ -46,9 +46,9 @@
<Uri>https://github.com/dotnet/toolset</Uri> <Uri>https://github.com/dotnet/toolset</Uri>
<Sha>d47f458e31fce51bb9cf06490702c98d88042984</Sha> <Sha>d47f458e31fce51bb9cf06490702c98d88042984</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19316.1"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19317.2">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>77d6311a5dd7e519e6b496e97e93085bf2d3beb4</Sha> <Sha>a604702d687ad3ccdc5e0be45300588921cd7a51</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19316.1"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19316.1">
<Uri>https://github.com/dotnet/cli</Uri> <Uri>https://github.com/dotnet/cli</Uri>

View file

@ -44,7 +44,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) --> <!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19316.1</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview7.19317.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27817-03</MicrosoftNETCoreAppPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27817-03</MicrosoftNETCoreAppPackageVersion>