Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 2c24c62

Browse files
committed
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.
1 parent f270ecd commit 2c24c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TestAssets/TestPackages/dotnet-dependency-context-test/dotnet-dependency-context-test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.NETCore.App">
20-
<Version>1.0.4</Version>
20+
<Version>$(CLI_SharedFrameworkVersion)</Version>
2121
</PackageReference>
2222
<PackageReference Include="Microsoft.Extensions.DependencyModel">
2323
<Version>$(DependencyModelVersion)</Version>

build/package/dotnet-deb-tool-consumer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<TargetFramework>netcoreapp1.1</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<DotNetCliToolReference Include="dotnet-deb-tool" Version="2.0.0-*" />
6+
<DotNetCliToolReference Include="dotnet-deb-tool" Version="2.0.0-preview1-001877" />
77
</ItemGroup>
88
</Project>

0 commit comments

Comments
 (0)