diff --git a/build.ps1 b/build.ps1 index 3aca68e50..68de8f552 100644 --- a/build.ps1 +++ b/build.ps1 @@ -23,7 +23,7 @@ param ( [ValidateSet("Debug", "Release")] [string] $BuildConfiguration = "Debug", - [ValidateSet("netstandard2.0", "net472")] + [ValidateSet("net472")] [string] $BuildFramework = "net472" ) diff --git a/src/code/Microsoft.PowerShell.PSResourceGet.csproj b/src/code/Microsoft.PowerShell.PSResourceGet.csproj index 225c4292e..715e420d4 100644 --- a/src/code/Microsoft.PowerShell.PSResourceGet.csproj +++ b/src/code/Microsoft.PowerShell.PSResourceGet.csproj @@ -8,7 +8,7 @@ 1.1.0.1 1.1.0.1 1.1.0.1 - net472;netstandard2.0 + net472 9.0 true