Update dependencies from https://github.com/dotnet/sdk build 20190715.1 (#3214)
- Microsoft.NET.Sdk - 3.0.100-preview8.19365.1
This commit is contained in:
parent
23c09279a6
commit
231fbfac44
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>a432a7e50ce33be631bd860d2cc283043d796825</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19364.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19365.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>16d1be73fa6aa0ea3b9073cf99967244b083f3f5</Sha>
|
||||
<Sha>e2ff7a7e3f8dd8e63c07b55d7083c6fb6338e7e7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19364.12">
|
||||
<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-preview8.19364.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19365.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue