Update dependencies from https://github.com/dotnet/sdk build 20190716.1 (#3259)

- Microsoft.NET.Sdk - 3.0.100-preview8.19366.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-16 15:59:39 +00:00 committed by GitHub
parent de7a242ab0
commit a7968b59bb
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>166efc3692e0c5c5253c5919f479aaf192fcf4a7</Sha> <Sha>166efc3692e0c5c5253c5919f479aaf192fcf4a7</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19365.1"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19366.1">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e2ff7a7e3f8dd8e63c07b55d7083c6fb6338e7e7</Sha> <Sha>9b58df3768133f581e6a946824be716bf163d5c9</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19366.3"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19366.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.19365.1</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview8.19366.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion> <MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>