Update dependencies from https://github.com/dotnet/sdk build 20190524.2 (#2129)
- Microsoft.NET.Sdk - 3.0.100-preview6.19274.2
This commit is contained in:
parent
749db78968
commit
29f6879aa7
2 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>dbf0273ad76a5279703ee5d6e9ae2788b0fe594a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19274.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19274.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>ec2f3741092f164daeb023e7caa4364c810461e2</Sha>
|
||||
<Sha>8f80c53ce0521cebc2b9aaf0cb62dc15884e6093</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19274.4">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19274.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19274.2</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27724-03</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue