diff --git a/Directory.Build.props b/Directory.Build.props
index be22bc577..f9e3a9eb3 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -64,7 +64,7 @@
Microsoft.WindowsDesktop.App
.NETCoreApp
$(NETCoreAppFrameworkIdentifier),Version=v$(NETCoreAppFrameworkVersion)
- .NET Core $(NETCoreAppFrameworkVersion)
+ .NET $(NETCoreAppFrameworkVersion)
diff --git a/pkg/windowsdesktop/pkg/Microsoft.WindowsDesktop.App.pkgproj b/pkg/windowsdesktop/pkg/Microsoft.WindowsDesktop.App.pkgproj
index dcd797f38..c14530c32 100644
--- a/pkg/windowsdesktop/pkg/Microsoft.WindowsDesktop.App.pkgproj
+++ b/pkg/windowsdesktop/pkg/Microsoft.WindowsDesktop.App.pkgproj
@@ -7,7 +7,7 @@
data/
- netcoreapp
+ net
5.0
$(TargetFrameworkName)$(TargetFrameworkVersion)
diff --git a/src/windowsdesktop/Directory.Build.props b/src/windowsdesktop/Directory.Build.props
index 8ce121e2c..339639b37 100644
--- a/src/windowsdesktop/Directory.Build.props
+++ b/src/windowsdesktop/Directory.Build.props
@@ -9,7 +9,7 @@
$(ObjDir)TestNuGetConfig\NuGet.config
$(ObjDir)ExtraNupkgsForTestRestore\
$(TargetArchitecture)
- netcoreapp5.0
+ net5.0