Update dependencies from https://github.com/dotnet/sdk build 20190909.1 (#4702)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19459.1
This commit is contained in:
dotnet-maestro[bot] 2019-09-09 15:47:30 +00:00 committed by GitHub
parent 0879f14feb
commit 606b6bab80
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>7b803e842cdcc2fe6db4b2072dd2097f5fa3bee1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19458.2">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19459.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>9c41e055ac37c7ef23bf17ef0a1d581592ad2933</Sha>
<Sha>82055971c3d76fd3bb33d17d6c08c373e81bf54f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19459.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.19458.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19459.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>