Update dependencies from https://github.com/dotnet/sdk build 20190914.1 (#4834)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19464.1
This commit is contained in:
dotnet-maestro[bot] 2019-09-14 15:34:55 +00:00 committed by GitHub
parent 67a9e1c0fc
commit 2ac40a7a6d
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>
<Sha>d3405f62768d987f5b78a5eac8e3d8d852eb54c6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19463.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19464.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>459284590f8f2b6d4e5c922d30c358290f3668cf</Sha>
<Sha>b07b215a9c1fe6eabe1eee148bf5efec2c2e613b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19464.2">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19463.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19464.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>