Skip to content

Commit 14a36e0

Browse files
author
Kapil Borle
committed
Change default build framework to net451
1 parent cf01c04 commit 14a36e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
param(
22
[ValidateSet("net451", "netstandard1.6")]
3-
[string]$Framework = "netstandard1.6",
3+
[string]$Framework = "net451",
44

55
[ValidateSet("Debug", "Release", "PSv3Debug", "PSv3Release")]
66
[string]$Configuration = "Debug"

0 commit comments

Comments
 (0)