Update dependencies from https://github.com/dotnet/sdk build 20190801.1 (#3708)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19401.1
This commit is contained in:
dotnet-maestro[bot] 2019-08-01 16:45:46 +00:00 committed by GitHub
parent 690ebde034
commit def34ec52c
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>ec89664adf9853878ebf71b65e3b41cd11e5c4bd</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19381.2">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19401.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ba9e5ce585cf8904c197c28904441c0f2c62aa59</Sha>
<Sha>b23fd25e1070aa8075b66f9d208835fa67af3dbb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19401.3">
<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>5.0.100-alpha1.19381.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19401.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>