diff --git a/.vscode/launch.json b/.vscode/launch.json index eda639b..d90b53b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build sample job", - "program": "${workspaceFolder}/samples/Foundatio.SampleJob/bin/Debug/net6.0/Foundatio.SampleJob.dll", + "program": "${workspaceFolder}/samples/Foundatio.SampleJob/bin/Debug/net8.0/Foundatio.SampleJob.dll", "args": [], "cwd": "${workspaceFolder}/samples/Foundatio.SampleJob", "console": "integratedTerminal", @@ -17,7 +17,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build sample client", - "program": "${workspaceFolder}/samples/Foundatio.SampleJobClient/bin/Debug/net6.0/Foundatio.SampleJobClient.dll", + "program": "${workspaceFolder}/samples/Foundatio.SampleJobClient/bin/Debug/net8.0/Foundatio.SampleJobClient.dll", "args": [], "cwd": "${workspaceFolder}/samples/Foundatio.SampleJobClient", "console": "integratedTerminal", @@ -28,7 +28,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/test/Foundatio.Benchmarks/bin/Debug/net6.0/Foundatio.Benchmarks.dll", + "program": "${workspaceFolder}/test/Foundatio.Benchmarks/bin/Debug/net8.0/Foundatio.Benchmarks.dll", "args": [], "cwd": "${workspaceFolder}/test/Foundatio.Benchmarks", "console": "internalConsole", diff --git a/build/common.props b/build/common.props index a8ba733..ff19ec3 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/samples/Foundatio.SampleJob/Foundatio.SampleJob.csproj b/samples/Foundatio.SampleJob/Foundatio.SampleJob.csproj index 6dd9956..3edca45 100644 --- a/samples/Foundatio.SampleJob/Foundatio.SampleJob.csproj +++ b/samples/Foundatio.SampleJob/Foundatio.SampleJob.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Exe False @@ -10,7 +10,7 @@ - - + + \ No newline at end of file diff --git a/samples/Foundatio.SampleJobClient/Foundatio.SampleJobClient.csproj b/samples/Foundatio.SampleJobClient/Foundatio.SampleJobClient.csproj index e3b0d48..cae70e7 100644 --- a/samples/Foundatio.SampleJobClient/Foundatio.SampleJobClient.csproj +++ b/samples/Foundatio.SampleJobClient/Foundatio.SampleJobClient.csproj @@ -2,16 +2,16 @@ - net6.0 + net8.0 Exe False - + - \ No newline at end of file + diff --git a/src/Foundatio.Redis/Foundatio.Redis.csproj b/src/Foundatio.Redis/Foundatio.Redis.csproj index 535bcfa..66cafd4 100644 --- a/src/Foundatio.Redis/Foundatio.Redis.csproj +++ b/src/Foundatio.Redis/Foundatio.Redis.csproj @@ -1,8 +1,9 @@ - + + 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 +