From 9257510a00ad0626b335178a7b7f6a1b838c6d0c Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Thu, 30 Mar 2017 14:41:59 +0100 Subject: [PATCH] Updates the NuGet output package targets --- build/default.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/default.ps1 b/build/default.ps1 index 76e54fd..68ac1d8 100644 --- a/build/default.ps1 +++ b/build/default.ps1 @@ -23,7 +23,7 @@ properties { $vstest = "${Env:ProgramFiles(x86)}\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" $configurations = @{ - "Portable" = @{Suffix = " (Portable)"; Folder="portable-net45+wp8+win8+wpa81"}; + "Portable" = @{Suffix = " (Portable)"; Folder="netstandard1.0"}; "WP8" = @{Suffix = " (WP8)"; Folder="wp8"}; "WP81" = @{Suffix = " (WP81)"; Folder="wp81"}; "WPA81" = @{Suffix = " (WPA81)"; Folder="wpa81"};