diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml
index fd3d16cf..63fb1487 100644
--- a/.github/workflows/build-test-lint.yml
+++ b/.github/workflows/build-test-lint.yml
@@ -23,6 +23,11 @@ jobs:
run: dotnet build
working-directory: Xero-NetStandard
+ - name: Check for Outdated Packages
+ run: |
+ dotnet list package --outdated
+ working-directory: Xero-NetStandard
+
# - name: Validate Lint
# run: dotnet format --verify-no-changes
# working-directory: Xero-NetStandard
diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 00000000..40b03f25
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,5 @@
+
+
+ NU1901,NU1902,NU1903,NU1904,NU1905
+
+
diff --git a/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj b/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj
index dce0f22b..18683034 100644
--- a/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj
+++ b/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj
@@ -10,19 +10,19 @@
512
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj b/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj
index 35be262e..05d1a240 100644
--- a/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj
+++ b/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj
@@ -27,10 +27,10 @@
-
-
-
-
+
+
+
+
diff --git a/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj b/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj
index 4a859c5a..582dc6d4 100644
--- a/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj
+++ b/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj
@@ -13,8 +13,8 @@
-
-
-
+
+
+