Update dependencies from https://github.com/dotnet/sdk build 20190624.1 (#2619)

- Microsoft.NET.Sdk - 3.0.100-preview7.19324.1
This commit is contained in:
dotnet-maestro[bot] 2019-06-24 23:43:02 +00:00 committed by GitHub
parent 92f828fdc5
commit 180ab1adb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -12,4 +12,4 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
</configuration>

View file

@ -46,9 +46,9 @@
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>733b5434f0f20d142070cf74d4ab9cb8b3c59241</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19320.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19324.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>260f37383a4974b478cba2ba67ac7908578f5b07</Sha>
<Sha>b8d9bbcf9ff5dbe719d8c92dc70a13f3d4162bc5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19324.3">
<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.19320.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19324.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27824-03</MicrosoftNETCoreAppPackageVersion>