Update dependencies from https://github.com/dotnet/sdk build 20190730.1 (#3611)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19380.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-31 15:02:57 +00:00 committed by GitHub
parent b206c389d9
commit 5c0c89981e
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>6fbb5fd03e795278cf92055aa4ece790965bd476</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19379.4">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19380.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>39b5747f4a27333e876ce76fcdbb8fd09e3dd875</Sha>
<Sha>d14fa66b84f5c7502c59d125c7a77cb9c9077cfd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19381.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.19379.4</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19380.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>