Update dependencies from https://github.com/dotnet/sdk build 20190731.4 (#3682)
- Microsoft.NET.Sdk - 3.0.100-preview8.19381.4
This commit is contained in:
parent
274931d681
commit
ff7bed5a18
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>80dbab6bfa797fa92cc68b522562d673f7e827a6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19380.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19381.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>5871fd3821d31a930d36e35f466f245be20c6b16</Sha>
|
||||
<Sha>a799fe188c856e5cdaaa056f9afb57d511d9e15b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19381.9">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19380.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19381.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue