Update dependencies from https://github.com/dotnet/sdk build 20190617.2
- Microsoft.NET.Sdk - 3.0.100-preview7.19317.2
This commit is contained in:
parent
76fc66dbad
commit
e4026bb5e2
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>d47f458e31fce51bb9cf06490702c98d88042984</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19316.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19317.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>77d6311a5dd7e519e6b496e97e93085bf2d3beb4</Sha>
|
||||
<Sha>a604702d687ad3ccdc5e0be45300588921cd7a51</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19316.1">
|
||||
<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.19316.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19317.2</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27817-03</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue