Tranga/Logging/Logging.csproj

11 lines
260 B
XML
Raw Normal View History

2023-05-20 21:47:54 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-09-16 21:11:50 +02:00
<TargetFramework>net8.0</TargetFramework>
2023-05-20 21:47:54 +02:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2024-09-16 21:11:50 +02:00
<LangVersion>12</LangVersion>
2023-05-20 21:47:54 +02:00
</PropertyGroup>
</Project>