Update dependencies from https://github.com/dotnet/sdk build 20190731.3 (#3669)

- Microsoft.NET.Sdk - 3.0.100-preview9.19381.3
This commit is contained in:
dotnet-maestro[bot] 2019-07-31 22:10:27 +00:00 committed by GitHub
parent 41cd900d6f
commit 9820061fb4
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>a642c23cefd2355d99474e4f1e245e9e323918ac</Sha> <Sha>a642c23cefd2355d99474e4f1e245e9e323918ac</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview9.19381.1"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview9.19381.3">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a93b0c439b46fd1c5718967d6b734ff7094cec20</Sha> <Sha>527e0e0a9e7f7f7e815ba502c8e8fa8df9eb5ccf</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview9.19381.6"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview9.19381.6">
<Uri>https://github.com/dotnet/cli</Uri> <Uri>https://github.com/dotnet/cli</Uri>

View file

@ -40,7 +40,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-preview9.19381.1</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview9.19381.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion> <MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>