about summary refs log tree commit diff
path: root/ModerationClient/ModerationClient.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'ModerationClient/ModerationClient.csproj')
-rw-r--r--ModerationClient/ModerationClient.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/ModerationClient/ModerationClient.csproj b/ModerationClient/ModerationClient.csproj

index c64d0c3..bf95720 100644 --- a/ModerationClient/ModerationClient.csproj +++ b/ModerationClient/ModerationClient.csproj
@@ -1,11 +1,12 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net9.0</TargetFramework> <Nullable>enable</Nullable> <BuiltInComInteropSupport>true</BuiltInComInteropSupport> <ApplicationManifest>app.manifest</ApplicationManifest> <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault> + <LangVersion>preview</LangVersion> </PropertyGroup> <ItemGroup>