Update dependencies from https://github.com/dotnet/sdk build 20190813.1 (#3983)

- Microsoft.NET.Sdk - 3.0.100-preview9.19413.1
This commit is contained in:
dotnet-maestro[bot] 2019-08-13 09:17:31 +00:00 committed by GitHub
parent 3b03fcb82c
commit cb5ad04925
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>1123484921601286528f6e75e0cadc8d2e50a802</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview9.19412.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview9.19413.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1b601bfeb69ac979af476d8bcf9d24c41e4f12ca</Sha>
<Sha>27d90bd3560ece4e5712347f2931ce8e7c63cea9</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview9.19408.12">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview9.19412.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview9.19413.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>