We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af2c16 commit 7d68e09Copy full SHA for 7d68e09
Libraries/Build.ps1
@@ -63,6 +63,7 @@ msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" `
63
/p:NoWarn="1591 1711 1712 1572 1573 1574" `
64
/verbosity:minimal `
65
/p:TargetFrameworkVersionProperty="NET45" `
66
+ /p:TargetFrameworkProfile="" `
67
/p:TargetPortable="false"
68
69
Write-Host "Finished building Client Tests" -ForegroundColor Yellow
0 commit comments