Add a dependency on toolset's output

This commit is contained in:
Matt Mitchell 2019-01-17 08:27:42 -08:00
parent f6ce8560ab
commit f3de305ade
2 changed files with 5 additions and 1 deletions

View file

@ -22,6 +22,10 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>71d76b40531fa70a72cb10cc63b39b1182721f22</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview.19067.2">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>841ac0f437ea09269aa10bf26e8c46e35cb60752</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19065.6">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview.19066.2</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview.19067.2</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->