diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ca5cb9b26..0271ff08b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -12,11 +12,11 @@
## Checklist
-If your change doesn't seem to apply, please leave them unchecked.
+Please leave checklist items unchecked if they do not apply to your change.
-* [ ] [Meet tenets criteria](https://awslabs.github.io/aws-lambda-powertools-python/#tenets)
-* [ ] I have performed a self-review of my this change
-* [ ] Changes are tested
+* [ ] [Meets tenets criteria](https://awslabs.github.io/aws-lambda-powertools-python/#tenets)
+* [ ] I have performed a self-review of this change
+* [ ] Changes have been tested
* [ ] Changes are documented
* [ ] PR title follows [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-dotnet/blob/develop/.github/semantic.yml)
diff --git a/buildtools/NuGet.Config b/buildtools/NuGet.Config
deleted file mode 100644
index 7ca4b2b80..000000000
--- a/buildtools/NuGet.Config
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/buildtools/build.proj b/buildtools/build.proj
deleted file mode 100644
index 1692e6cd8..000000000
--- a/buildtools/build.proj
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
- Release
- dotnet pack --no-build -c $(Configuration) -o "$(MSBuildThisFileDirectory)/../deploy/nuget-packages"
- dotnet pack --no-build -o "$(MSBuildThisFileDirectory)/../deploy/nuget-packages"
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- dotnet test -c $(Configuration)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/buildtools/common.props b/buildtools/common.props
deleted file mode 100644
index 8b94a290b..000000000
--- a/buildtools/common.props
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Amazon Web Services
-
- Library
- false
-
- true
-
- Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
- https://github.com/awslabs/aws-lambda-powertools-dotnet
- Apache-2.0
-
-
- false
- false
- false
- false
- false
- false
- false
-
-
-
\ No newline at end of file
diff --git a/buildtools/nuget.exe b/buildtools/nuget.exe
deleted file mode 100644
index 1a67d80c9..000000000
Binary files a/buildtools/nuget.exe and /dev/null differ
diff --git a/libraries/tests/AWS.Lambda.Powertools.Common.Tests/AWS.Lambda.Powertools.Common.Tests.csproj b/libraries/tests/AWS.Lambda.Powertools.Common.Tests/AWS.Lambda.Powertools.Common.Tests.csproj
index 995619dee..e6ffda997 100644
--- a/libraries/tests/AWS.Lambda.Powertools.Common.Tests/AWS.Lambda.Powertools.Common.Tests.csproj
+++ b/libraries/tests/AWS.Lambda.Powertools.Common.Tests/AWS.Lambda.Powertools.Common.Tests.csproj
@@ -7,6 +7,10 @@
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
diff --git a/libraries/tests/AWS.Lambda.Powertools.Logging.Tests/AWS.Lambda.Powertools.Logging.Tests.csproj b/libraries/tests/AWS.Lambda.Powertools.Logging.Tests/AWS.Lambda.Powertools.Logging.Tests.csproj
index 162576dfa..4d82051d2 100644
--- a/libraries/tests/AWS.Lambda.Powertools.Logging.Tests/AWS.Lambda.Powertools.Logging.Tests.csproj
+++ b/libraries/tests/AWS.Lambda.Powertools.Logging.Tests/AWS.Lambda.Powertools.Logging.Tests.csproj
@@ -10,6 +10,10 @@
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
diff --git a/libraries/tests/AWS.Lambda.Powertools.Tracing.Tests/AWS.Lambda.Powertools.Tracing.Tests.csproj b/libraries/tests/AWS.Lambda.Powertools.Tracing.Tests/AWS.Lambda.Powertools.Tracing.Tests.csproj
index fb761c00b..88daa30f3 100644
--- a/libraries/tests/AWS.Lambda.Powertools.Tracing.Tests/AWS.Lambda.Powertools.Tracing.Tests.csproj
+++ b/libraries/tests/AWS.Lambda.Powertools.Tracing.Tests/AWS.Lambda.Powertools.Tracing.Tests.csproj
@@ -13,6 +13,10 @@
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+