Update dependencies from https://github.com/dotnet/sdk build 20190911.1 (#4732)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19461.1
This commit is contained in:
dotnet-maestro[bot] 2019-09-11 20:43:58 +00:00 committed by GitHub
parent a3f9cf2d7a
commit 25c82d4612
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>010e4fd281f2411a7c1841918b1998eac0d501dd</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19459.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19461.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>82055971c3d76fd3bb33d17d6c08c373e81bf54f</Sha>
<Sha>e7dcc8d1f96874305db603df40bffd9c848b6478</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19461.9">
<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.19459.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19461.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>