Trying to fix the opensuse42 test failure, where we tried to invoke a tool that target 1.0.4 where the 1.0 runtime is not available.

This commit is contained in:
Livar Cunha 2017-05-17 23:12:14 -07:00
parent f270ecd025
commit 2c24c622ec
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App">
<Version>1.0.4</Version>
<Version>$(CLI_SharedFrameworkVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyModel">
<Version>$(DependencyModelVersion)</Version>

View file

@ -3,6 +3,6 @@
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<DotNetCliToolReference Include="dotnet-deb-tool" Version="2.0.0-*" />
<DotNetCliToolReference Include="dotnet-deb-tool" Version="2.0.0-preview1-001877" />
</ItemGroup>
</Project>