.net 6 support status ends in a few weeks, so this commit bumps the target framework to the next LTS: .net 8, whose support ends in 2 years. https://endoflife.date/dotnet
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<LangVersion>8</LangVersion>
</PropertyGroup>
@@ -2,7 +2,7 @@
<OutputType>Exe</OutputType>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>