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

- Microsoft.NET.Sdk - 3.0.100-preview7.19351.3
This commit is contained in:
dotnet-maestro 2019-07-02 02:56:59 +00:00
parent 5705bb179d
commit 317ce94cb9
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>0211cf50a29c2e16dbb27e965b1b48bded6f6345</Sha> <Sha>0211cf50a29c2e16dbb27e965b1b48bded6f6345</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19351.1"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19351.3">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>46e1f004a34fe8ed6f608d20d5f8b0b862a245c1</Sha> <Sha>e01aac6709b8cd81522fa23677a8e49d004983ae</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19351.7"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19351.7">
<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.19351.1</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview7.19351.3</MicrosoftNETSdkPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27901-07</MicrosoftNETCoreAppPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27901-07</MicrosoftNETCoreAppPackageVersion>