From a97010d589d9e028b552c8b6b0f4236539ce020b Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Thu, 2 Mar 2017 23:48:26 -0800 Subject: [PATCH] Fixing windows tests. I was missing the RuntimeFrameworkVersion in a desktop project, which meant that the metapackage version was being inferred as 2.0, which does not exist yet. --- .../DesktopTestProjects/AppWithProjTool2Fx/App.csproj | 1 + .../dotnet-dependency-tool-invoker.csproj | 4 +--- .../dotnet-desktop-and-portable.csproj | 8 +++----- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/TestAssets/DesktopTestProjects/AppWithProjTool2Fx/App.csproj b/TestAssets/DesktopTestProjects/AppWithProjTool2Fx/App.csproj index 3980727a9..f4aa264ec 100644 --- a/TestAssets/DesktopTestProjects/AppWithProjTool2Fx/App.csproj +++ b/TestAssets/DesktopTestProjects/AppWithProjTool2Fx/App.csproj @@ -4,6 +4,7 @@ Exe $(PackageTargetFallback);portable-net45+win8;dnxcore50 win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64 + 2.0.0-beta-001509-00 diff --git a/TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj b/TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj index 0b1ffdfe3..d6f94808c 100644 --- a/TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj +++ b/TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj @@ -8,6 +8,7 @@ Exe $(PackageTargetFallback);portable-net45+win8;dnxcore50 + 1.0.4 @@ -23,9 +24,6 @@ - - 1.0.4 - $(CLI_NuGet_Version) diff --git a/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj b/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj index 41da0203f..06f1efeb0 100644 --- a/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj +++ b/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj @@ -13,11 +13,9 @@ - - - 1.0.4 - - + + 1.0.4 +