2024-01-04 18:35:15 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2024-01-07 23:19:19 +02:00
|
|
|
<BaseOutputPath>$(SolutionDir)build\products</BaseOutputPath>
|
2024-01-04 18:35:15 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|