blob: ba47b0f46aae3b5f3fa6b229257cbb0fcd4d946e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
|