Update dependencies from https://github.com/dotnet/sdk build 20190612.1 (#2444)
- Microsoft.NET.Sdk - 3.0.100-preview7.19312.1
This commit is contained in:
parent
52aeda26d8
commit
28d35b9c3c
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>ec1bc921e81509e2cae567f3e8601babe403a6a5</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19311.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19312.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8e7f7cf546d26b4dba4bae2b8bbe3ab51beb17a9</Sha>
|
||||
<Sha>fce5096afdec48b54dfd504f2a897933beb640d6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19312.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-preview7.19311.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19312.1</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27812-07</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue