Skip to content

Commit

Permalink
Add core sdk dependency (dotnet#626)
Browse files Browse the repository at this point in the history
* Add core-sdk dependency

* Add dependency version

* Add to props file as well
  • Loading branch information
michellemcdaniel authored Jul 11, 2019
1 parent 7ff9871 commit 8436b28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 5 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
</ProductDependencies>
<ProductDependencies></ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19360.8">
<Uri>https://github.com/dotnet/arcade</Uri>
Expand All @@ -11,5 +10,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a6ae1b637ed236354529992729af875f6c8a180a</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="1.0.0-preview.19361.10">
<Uri>https://github.com/dotnet/core-sdk</Uri>
<Sha></Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
8 changes: 8 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@
https://ci.appveyor.com/nuget/benchmarkdotnet;
</RestoreSources>
</PropertyGroup>
<!--Package versions-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>1.0.0-preview.19361.10</MicrosoftDotnetSdkInternalPackageVersion>
</PropertyGroup>
<!--Package names-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackage>Microsoft.Dotnet.Sdk.Internal</MicrosoftDotnetSdkInternalPackage>
</PropertyGroup>
</Project>

0 comments on commit 8436b28

Please sign in to comment.