update from .net5.0 to .net6.0.

This commit is contained in:
Michael Hinrichs 2024-08-14 16:47:11 -03:00
parent a2465fd219
commit 9752e5a457
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Linkrealms_Extractor</RootNamespace>
</PropertyGroup>