Compare commits

..

4 Commits

Author SHA1 Message Date
Marcin Badurowicz
e559eb8f4b start translating 2024-10-11 09:10:42 +00:00
2dfb7826d3 Upgrade to .NET8 2024-10-11 09:03:29 +00:00
Marcin Badurowicz
fb59888b1c remove default name 2024-10-11 10:46:52 +02:00
Marcin Badurowicz
cb5fef531b fix null 2024-10-11 10:43:19 +02:00

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>