Skip to content

Commit 13b3f5b

Browse files
committed
add TargetPortable=false
1 parent 3227f9a commit 13b3f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ForEach ($p in $client_projects) {
5656

5757
Write-Host "Building Client Tests" -ForegroundColor Yellow
5858

59-
msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" /p:Configuration="$configuration" /t:Rebuild /p:NoWarn="1591 1711 1712 1572 1573 1574" /verbosity:minimal /p:TargetFrameworkVersionProperty=NET45
59+
msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" /p:Configuration="$configuration" /t:Rebuild /p:NoWarn="1591 1711 1712 1572 1573 1574" /verbosity:minimal /p:TargetFrameworkVersionProperty="NET45" /p:TargetPortable="false"
6060

6161
Write-Host "Finished building Client Tests" -ForegroundColor Yellow
6262

0 commit comments

Comments
 (0)