mirror of
https://github.com/MichaelHinrichs/Linkrealms-Extractor.git
synced 2024-11-12 17:47:50 +00:00
update from .net5.0 to .net6.0.
This commit is contained in:
parent
a2465fd219
commit
9752e5a457
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<RootNamespace>Linkrealms_Extractor</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue