Update dependencies from https://github.com/dotnet/sdk build 20190504.1 (#1849)
- Microsoft.NET.Sdk - 3.0.100-preview6.19254.1
This commit is contained in:
parent
8bd5131992
commit
e41e3fdaf2
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>e94d4263f03ced7269275c10a59d1dddb0c76b7c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19253.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19254.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6a8d9c303ad4eb6cfb86a467e992de8b0b4779ef</Sha>
|
||||
<Sha>4cbbca75493efccdb57de63597e3e4ee452471ba</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19252.1">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19253.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19254.1</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27704-02</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue