Update dependencies from https://github.com/dotnet/sdk build 20190625.2 (#2640)
- Microsoft.NET.Sdk - 3.0.100-preview7.19325.2
This commit is contained in:
parent
ad8bacc7c2
commit
93df7a789d
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
||||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||||
<Sha>733b5434f0f20d142070cf74d4ab9cb8b3c59241</Sha>
|
<Sha>733b5434f0f20d142070cf74d4ab9cb8b3c59241</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19325.1">
|
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19325.2">
|
||||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||||
<Sha>d49d89e5e6897e5a417a74c3e1bae6d210cbfce2</Sha>
|
<Sha>d72a57f27e8d8d5a3bf8376599346d325a6a2491</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19325.6">
|
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19325.6">
|
||||||
<Uri>https://github.com/dotnet/cli</Uri>
|
<Uri>https://github.com/dotnet/cli</Uri>
|
||||||
|
|
|
@ -44,7 +44,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-preview7.19325.1</MicrosoftNETSdkPackageVersion>
|
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19325.2</MicrosoftNETSdkPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27825-02</MicrosoftNETCoreAppPackageVersion>
|
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27825-02</MicrosoftNETCoreAppPackageVersion>
|
||||||
|
|
Loading…
Reference in a new issue