10 lines
234 B
XML
10 lines
234 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|