From fd75d063090d84ea85b6c1ac78f130381fb0daf7 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:48:10 -0700 Subject: [PATCH] Remove netstandard2.0 from build options --- build.ps1 | 2 +- src/code/Microsoft.PowerShell.PSResourceGet.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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