Compare commits

..

3 Commits

Author SHA1 Message Date
Marcin Badurowicz
fe779369f4 start translating 2024-10-11 10:52:50 +02:00
Marcin Badurowicz
b5f79b1c29 remove default name 2024-10-11 10:52:50 +02:00
Marcin Badurowicz
a244324776 fix null warning 2024-10-11 10:52:40 +02:00

View File

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