tester pushed

This commit is contained in:
2024-08-03 17:43:54 +02:00
parent 380b847475
commit ea5d94b432
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\portaloggy\portaloggy.csproj" />
</ItemGroup>
</Project>