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 419372c commit 4543918Copy full SHA for 4543918
build.ps1
@@ -23,7 +23,7 @@ param (
23
[ValidateSet("Debug", "Release")]
24
[string] $BuildConfiguration = "Debug",
25
26
- [ValidateSet("netstandard2.0", "net472")]
+ [ValidateSet("net472")]
27
[string] $BuildFramework = "net472"
28
)
29
src/code/Microsoft.PowerShell.PSResourceGet.csproj
@@ -8,7 +8,7 @@
8
<AssemblyVersion>1.1.0.1</AssemblyVersion>
9
<FileVersion>1.1.0.1</FileVersion>
10
<InformationalVersion>1.1.0.1</InformationalVersion>
11
- <TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
+ <TargetFrameworks>net472</TargetFrameworks>
12
<LangVersion>9.0</LangVersion>
13
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
14
</PropertyGroup>
0 commit comments