Update dependencies from https://github.com/dotnet/sdk build 20190423.6 (#1721)
- Microsoft.NET.Sdk - 3.0.100-preview6.19223.6
This commit is contained in:
parent
e1ba5f70e2
commit
c3aeb5a96a
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@
|
||||||
<Uri>https://github.com/dotnet/standard</Uri>
|
<Uri>https://github.com/dotnet/standard</Uri>
|
||||||
<Sha>5e0984ad4d7e5d6702dbaeae1648827ab0a279ea</Sha>
|
<Sha>5e0984ad4d7e5d6702dbaeae1648827ab0a279ea</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19223.1">
|
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19223.6">
|
||||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||||
<Sha>29bf0a82d9d9e20b6da067b3bf2cb05bf0504e47</Sha>
|
<Sha>08e24ad54b7a90b61d9be99772e9f90f3f4653f1</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19223.2">
|
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19223.2">
|
||||||
<Uri>https://github.com/dotnet/cli</Uri>
|
<Uri>https://github.com/dotnet/cli</Uri>
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19223.1</MicrosoftNETSdkPackageVersion>
|
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19223.6</MicrosoftNETSdkPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27623-08</MicrosoftNETCoreAppPackageVersion>
|
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27623-08</MicrosoftNETCoreAppPackageVersion>
|
||||||
|
|
Loading…
Reference in a new issue