1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-03-15 09:33:02 +01:00
Tranga/Logging/Logging.csproj

11 lines
260 B
XML

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