Update dependencies from https://github.com/dotnet/sdk build 20190626.1 (#2654)

- Microsoft.NET.Sdk - 3.0.100-preview7.19326.1
This commit is contained in:
dotnet-maestro[bot] 2019-06-26 15:22:54 +00:00 committed by GitHub
parent abc23b73f9
commit 86a2e1fec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>733b5434f0f20d142070cf74d4ab9cb8b3c59241</Sha> <Sha>733b5434f0f20d142070cf74d4ab9cb8b3c59241</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19325.3"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19326.1">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>87eeda589c34ebfd245fcb52ad63ae6ce97bad30</Sha> <Sha>ae583998ab000f500014e0a2ef9ffa4ff57d5bed</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19325.7"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19325.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.19325.3</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview7.19326.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27826-01</MicrosoftNETCoreAppPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27826-01</MicrosoftNETCoreAppPackageVersion>