AutoMapProperty/AutoMapPropertyHelper/AutoMapPropertyHelper.csproj
honzapatCZ dae65b42e5 init
2023-03-14 20:46:34 +01:00

10 lines
251 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>