Files
S8n.MySolutionTemplate/MyCompany.MyProject.Models/MyCompany.MyProject.Models.csproj

10 lines
210 B
XML
Raw Normal View History

2026-02-09 17:38:25 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>