Update dependencies from https://github.com/dotnet/sdk build 20190907.1 (#4652)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19457.1
This commit is contained in:
dotnet-maestro[bot] 2019-09-07 16:45:52 +00:00 committed by GitHub
parent acae35ceb7
commit fc7067641a
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>e2563883a035c0f0075b6b465e16b466acc91c60</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19456.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19457.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>00237232bd209c73d25924ce5e17a20af033ba71</Sha>
<Sha>516921bf14612d3148b6d8c6cd9691783a254e0b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19457.5">
<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.19456.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19457.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>