diff --git a/.vscode/launch.json b/.vscode/launch.json
index 552e7ff..fc9a76b 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
- "program": "${workspaceRoot}/test/Foundatio.AWS.Tests/bin/Debug/net6.0/Foundatio.AWS.Tests.dll",
+ "program": "${workspaceRoot}/test/Foundatio.AWS.Tests/bin/Debug/net8.0/Foundatio.AWS.Tests.dll",
"args": [],
"cwd": "${workspaceRoot}/test/Foundatio.AWS.Tests",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
diff --git a/build/common.props b/build/common.props
index 4e5a6e4..5909e7e 100644
--- a/build/common.props
+++ b/build/common.props
@@ -11,7 +11,7 @@
v
true
- Copyright (c) 2023 Foundatio. All rights reserved.
+ Copyright (c) 2024 Foundatio. All rights reserved.
FoundatioFx
$(NoWarn);CS1591
true
diff --git a/src/Foundatio.AWS/Foundatio.AWS.csproj b/src/Foundatio.AWS/Foundatio.AWS.csproj
index d6369e4..1018281 100644
--- a/src/Foundatio.AWS/Foundatio.AWS.csproj
+++ b/src/Foundatio.AWS/Foundatio.AWS.csproj
@@ -1,13 +1,14 @@
-
+
$(PackageTags);Amazon;AWS;S3
-
-
-
-
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props
index 72cab1f..058150f 100644
--- a/tests/Directory.Build.props
+++ b/tests/Directory.Build.props
@@ -1,7 +1,7 @@
- net6.0
+ net8.0
False
$(NoWarn);CS1591;NU1701
@@ -11,7 +11,7 @@
-
+
-
\ No newline at end of file
+