Update dependencies from https://github.com/dotnet/sdk build 20190912.1 (#4782)
- Microsoft.NET.Sdk - 5.0.100-alpha1.19462.1
This commit is contained in:
parent
bfd65e2372
commit
668f8d5586
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>1a9798d00467177e47fcbb099e96b22586f18c58</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19461.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19462.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>e7dcc8d1f96874305db603df40bffd9c848b6478</Sha>
|
||||
<Sha>c03a030cdfb336a37ad740f0021cc7c6d1a71a63</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19462.4">
|
||||
<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.19461.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19462.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue