Update dependencies from https://github.com/dotnet/sdk build 20190719.1 (#3330)

- Microsoft.NET.Sdk - 3.0.100-preview8.19369.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-19 16:09:17 +00:00 committed by GitHub
parent 1b63f305b5
commit e9041c7076
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>
<Sha>359aee5772da75c38682f349882ac0fa3892d659</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19367.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19369.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>bd8cce7843a5b3f431e1011b1ca061d378197d41</Sha>
<Sha>095fe9b94e7102ac5d6b38d32a4deda6235387e7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19367.7">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -44,7 +44,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19367.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19369.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>