Skip to content

Commit 7d68e09

Browse files
committed
define empty value for TargetFrameworkProfile, so it should stop targetting Client profile
1 parent 8af2c16 commit 7d68e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" `
6363
/p:NoWarn="1591 1711 1712 1572 1573 1574" `
6464
/verbosity:minimal `
6565
/p:TargetFrameworkVersionProperty="NET45" `
66+
/p:TargetFrameworkProfile="" `
6667
/p:TargetPortable="false"
6768

6869
Write-Host "Finished building Client Tests" -ForegroundColor Yellow

0 commit comments

Comments
 (0)