upgrade to .net core 10
ed166ba882701855c0031350050072586c4f548c
1 files changed
src/WireGuardConfigGenerator/WireGuardConfigGenerator.csproj
diff --git a/src/WireGuardConfigGenerator/WireGuardConfigGenerator.csproj b/src/WireGuardConfigGenerator/WireGuardConfigGenerator.csproj
index 272e1b7..63f36dd 100644
--- a/src/WireGuardConfigGenerator/WireGuardConfigGenerator.csproj
+++ b/src/WireGuardConfigGenerator/WireGuardConfigGenerator.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
- <TargetFramework>net8.0-windows</TargetFramework>
+ <TargetFramework>net10.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>