Update dependencies from https://github.com/dotnet/sdk build 20190731.2 (#3659)
- Microsoft.NET.Sdk - 5.0.100-alpha1.19381.2
This commit is contained in:
parent
5c0c89981e
commit
9f66f3c862
2 changed files with 3 additions and 3 deletions
|
@ -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.19380.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19381.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d14fa66b84f5c7502c59d125c7a77cb9c9077cfd</Sha>
|
||||
<Sha>ba9e5ce585cf8904c197c28904441c0f2c62aa59</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19381.3">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19380.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19381.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue