ZenithInfo/ZenithInfo.csproj

10 lines
219 B
XML
Raw Normal View History

2024-12-31 01:01:16 -05:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>