diff options
-rw-r--r-- | RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj b/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj index 0132e39..e20e8ff 100644 --- a/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj +++ b/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> |