mirror of
https://github.com/tonytins/tomas.git
synced 2025-06-26 02:14:42 -04:00
Refreshed project to target .NET 6 and latest userkit
- Fixed a slight oversight
This commit is contained in:
parent
4f0863f429
commit
7c16857c9a
13 changed files with 182 additions and 16 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<LangVersion>8</LangVersion>
|
||||
<Nullable>warnings</Nullable>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue