Update dependencies from https://github.com/dotnet/sdk build 20190503.2 (#1841)
- Microsoft.NET.Sdk - 3.0.100-preview6.19253.2
This commit is contained in:
parent
61a1ce23f7
commit
3829194b04
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.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19253.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8ce8a895e557309c923da15cff18a77e1bbb8f26</Sha>
|
||||
<Sha>65d5ca88944064dd7ee2d4d48c2960e22004360b</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.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19253.2</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27703-13</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue