Add dependency on dotnet/sdk
This commit is contained in:
parent
7f65e9a3e7
commit
736be254d3
2 changed files with 8 additions and 0 deletions
|
@ -54,6 +54,10 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>ab24a5de1bf2d8b71eff678798b65bd562630ae2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview5.19212.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6916b50efb78f126aa68a5d183993f55fb6e03c9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19219.4">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>6487f2fd7a2d9cb44bad72d6c36af289de2d721f</Sha>
|
||||
|
|
|
@ -43,6 +43,10 @@
|
|||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
<NUnit3TemplatesVersion>1.6.1</NUnit3TemplatesVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview5.19212.8</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27619-08</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue