Update dependencies from https://github.com/dotnet/sdk build 20190729.4 (#3566)
- Microsoft.NET.Sdk - 5.0.100-alpha1.19379.4
This commit is contained in:
parent
4da81746d0
commit
f3ab79d31d
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>b875d6b8bdddac469866ee0f080a7641ff7617d4</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19379.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19379.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>18f326262479f6da6af4afb978c707597884b655</Sha>
|
||||
<Sha>39b5747f4a27333e876ce76fcdbb8fd09e3dd875</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19379.7">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19379.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19379.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue