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 ca80e33 commit 3227f9aCopy full SHA for 3227f9a
Libraries/Build.ps1
@@ -56,7 +56,7 @@ ForEach ($p in $client_projects) {
56
57
Write-Host "Building Client Tests" -ForegroundColor Yellow
58
59
-msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" /p:Configuration="$configuration" /t:Rebuild /p:NoWarn="1591 1711 1712 1572 1573 1574" /verbosity:minimal
+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
60
61
Write-Host "Finished building Client Tests" -ForegroundColor Yellow
62
0 commit comments