Update dependencies from https://github.com/dotnet/sdk build 20190613.3 (#2460)

- Microsoft.NET.Sdk - 3.0.100-preview7.19313.3
This commit is contained in:
dotnet-maestro[bot] 2019-06-14 02:05:14 +00:00 committed by GitHub
parent 9e8c2e2de7
commit 410fad5c0d
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>422a2d20aaa01e4d3d24bab14e5a59a4fc90bf76</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19312.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19313.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fce5096afdec48b54dfd504f2a897933beb640d6</Sha>
<Sha>cb8c89e71323d667cac97fcbe6ad6cf95a11068a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19313.1">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -44,7 +44,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19312.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19313.3</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27813-06</MicrosoftNETCoreAppPackageVersion>