Update dependencies from https://github.com/dotnet/sdk build 20190711.2 (#3055)

- Microsoft.NET.Sdk - 3.0.100-preview8.19361.2
This commit is contained in:
dotnet-maestro[bot] 2019-07-11 18:43:23 +00:00 committed by GitHub
parent 7452420b84
commit 7e86b0ac2b
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>3d50f1b41482b9ab8da4b636a0a887ccac0be942</Sha> <Sha>3d50f1b41482b9ab8da4b636a0a887ccac0be942</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19361.1"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19361.2">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>de4a0032f5594a8308b9c4afbb0efcb0f99d800a</Sha> <Sha>9524c0811e48dab3338bbdbd1f96c9c51914f26b</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19361.2"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19361.2">
<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-preview8.19361.1</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview8.19361.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27911-04</MicrosoftNETCoreAppPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27911-04</MicrosoftNETCoreAppPackageVersion>