Update dependencies from https://github.com/dotnet/sdk build 20190711.1 (#3046)
- Microsoft.NET.Sdk - 3.0.100-preview8.19361.1
This commit is contained in:
parent
ad0061c601
commit
fde948decb
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>1c2859bb37617e34d0df996ddfb8e0dc019a964a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19360.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19361.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>81bb928af7d407cd4d53501b7d23cd3eec6bbdf6</Sha>
|
||||
<Sha>de4a0032f5594a8308b9c4afbb0efcb0f99d800a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19361.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-preview8.19360.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19361.1</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27911-01</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue