2024-06-23 18:15:32 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2024-06-23 18:27:45 -04:00
|
|
|
|
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
|
2024-06-23 18:15:32 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|