diff --git a/Sources/NuGet.Build.Sdk/Extensions/Directory.Packages.props b/Sources/NuGet.Build.Sdk/Extensions/Directory.Packages.props
index cb0db46..9f92ba4 100644
--- a/Sources/NuGet.Build.Sdk/Extensions/Directory.Packages.props
+++ b/Sources/NuGet.Build.Sdk/Extensions/Directory.Packages.props
@@ -18,6 +18,7 @@
+ true
true
diff --git a/Sources/NuGet.Build.Sdk/NuGet.Build.Sdk.nuproj b/Sources/NuGet.Build.Sdk/NuGet.Build.Sdk.nuproj
index 9182f04..7f09f45 100644
--- a/Sources/NuGet.Build.Sdk/NuGet.Build.Sdk.nuproj
+++ b/Sources/NuGet.Build.Sdk/NuGet.Build.Sdk.nuproj
@@ -11,7 +11,7 @@
$(PackageTags);nuget;build;pack;package;restore;dependency;reference
An MSBuild SDK package that provides package reference support and dependency management to the projects.
$(Summary) It adds a `Restore` target which facilitates downloading and referencing shared libraries from a remote server.
- $(Summary) It also adds a `Pack` target which facilitates creation of such packages using project outputs with pre-determined layouts.
+ $(Description) It also adds a `Pack` target which facilitates creation of such packages using project outputs with pre-determined layouts.
$(Description) It can be used either directly on your project (_via the `` element_) or in-directly (_via other SDKs which refer to it internally_).
diff --git a/Sources/NuGet.Packaging.Sdk/NuGet.Packaging.Sdk.nuproj b/Sources/NuGet.Packaging.Sdk/NuGet.Packaging.Sdk.nuproj
index 692a9fd..159df35 100644
--- a/Sources/NuGet.Packaging.Sdk/NuGet.Packaging.Sdk.nuproj
+++ b/Sources/NuGet.Packaging.Sdk/NuGet.Packaging.Sdk.nuproj
@@ -8,7 +8,7 @@
NuGet Packaging Sdk
NuGet.Packaging.Sdk
1.0.0
- $(PackageTags);nuget;build;packaging;project;sysytem;nuproj;pkgproj;sfxproj
+ $(PackageTags);nuget;build;packaging;project;system;nuproj;pkgproj;sfxproj
An MSBuild SDK package that provides Project System support for NuGet package authoring.
$(Summary) Having a separate Project System makes it possible to author complex NuGet packages, otherwise not possible with Pack targets.
$(Description) One such need is to create a completely customized package with a custom layout that is different from the standard layout.
diff --git a/Tests/Directory.Build.props b/Tests/Directory.Build.props
index 1eadfa5..dba09e5 100644
--- a/Tests/Directory.Build.props
+++ b/Tests/Directory.Build.props
@@ -2,36 +2,12 @@
-
- NU1507
- True
- True
-
-
-
- Strict
- Enable
- Latest
-
-
-
- false
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Directory.Build.targets b/Tests/Directory.Build.targets
index 0b3a9ae..3d9e754 100644
--- a/Tests/Directory.Build.targets
+++ b/Tests/Directory.Build.targets
@@ -1,8 +1,7 @@
- false
- Program$(DefaultLanguageSourceExtension)
+ false
diff --git a/Tests/Directory.Packages.props b/Tests/Directory.Packages.props
index d2b177e..da9b723 100644
--- a/Tests/Directory.Packages.props
+++ b/Tests/Directory.Packages.props
@@ -1,7 +1,10 @@
+
2.0.3
+
+ 2.2.8
@@ -11,11 +14,4 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/MSBuild.Core.Tests/MSBuild.Core.Tests.csproj b/Tests/MSBuild.Core.Tests/MSBuild.Core.Tests.csproj
index 5f6c46c..31714c4 100644
--- a/Tests/MSBuild.Core.Tests/MSBuild.Core.Tests.csproj
+++ b/Tests/MSBuild.Core.Tests/MSBuild.Core.Tests.csproj
@@ -1,4 +1,4 @@
-
+
net6.0;net472
diff --git a/Tests/MSBuild.NET.Tests/MSBuild.NET.Tests.csproj b/Tests/MSBuild.NET.Tests/MSBuild.NET.Tests.csproj
index 5f6c46c..31714c4 100644
--- a/Tests/MSBuild.NET.Tests/MSBuild.NET.Tests.csproj
+++ b/Tests/MSBuild.NET.Tests/MSBuild.NET.Tests.csproj
@@ -1,4 +1,4 @@
-
+
net6.0;net472
diff --git a/global.json b/global.json
index fb5561e..871cc70 100644
--- a/global.json
+++ b/global.json
@@ -6,6 +6,7 @@
"MSBuild.Solution.Sdk": "1.0.0-dev.*",
"MSBuild.NET.Sdk": "1.0.0-dev.*",
+ "MSBuild.NET.Test.Sdk": "1.0.0-dev.*",
"MSBuild.NET.Legacy.Sdk": "1.0.0-dev.*",
"NuGet.Build.Sdk": "1.0.0-dev.*",