Skip to content

Commit a2a0257

Browse files
committed
Build tests with NET40
1 parent 7d68e09 commit a2a0257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Libraries/Build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" `
6262
/t:Rebuild `
6363
/p:NoWarn="1591 1711 1712 1572 1573 1574" `
6464
/verbosity:minimal `
65-
/p:TargetFrameworkVersionProperty="NET45" `
65+
/p:DefineConstants="`"TRACE;NET40`"" `
66+
/p:TargetFrameworkVersionProperty="NET40" `
6667
/p:TargetFrameworkProfile="" `
6768
/p:TargetPortable="false"
6869

0 commit comments

Comments
 (0)