Files
PiperFeladat/Models/Models.csproj

10 lines
209 B
XML
Raw Normal View History

2025-09-26 17:32:32 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>