Update dependencies from https://github.com/dotnet/sdk build 20190713.1 (#3142)

- Microsoft.NET.Sdk - 3.0.100-preview8.19363.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-13 15:48:04 +00:00 committed by GitHub
parent 833005f600
commit b3c2a024a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -46,9 +46,9 @@
<Uri>https://github.com/dotnet/toolset</Uri> <Uri>https://github.com/dotnet/toolset</Uri>
<Sha>11c2aa7fdb0d8cd2a5987ef85260adcd010d80b5</Sha> <Sha>11c2aa7fdb0d8cd2a5987ef85260adcd010d80b5</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19362.4"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19363.1">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e4ce60faae1d51e995c462002210774fcd0da490</Sha> <Sha>062d9a036ea335833e472d3b3c17174ba62c5c19</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19363.3"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19363.3">
<Uri>https://github.com/dotnet/cli</Uri> <Uri>https://github.com/dotnet/cli</Uri>

View file

@ -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-preview8.19362.4</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview8.19363.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion> <MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>