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 cf01c04 commit 14a36e0Copy full SHA for 14a36e0
.build.ps1
@@ -1,6 +1,6 @@
1
param(
2
[ValidateSet("net451", "netstandard1.6")]
3
- [string]$Framework = "netstandard1.6",
+ [string]$Framework = "net451",
4
5
[ValidateSet("Debug", "Release", "PSv3Debug", "PSv3Release")]
6
[string]$Configuration = "Debug"
0 commit comments