OnProfNext/OnProfNext.Server/OnProfNext.Server.csproj.Backup.tmp
Marc Wieland 6bcf3e881b Init
2025-10-13 13:21:53 +02:00

14 lines
334 B
Plaintext

<Project Sdk="Microsoft.NET.Sdk.Web">
<ItemGroup>
<ProjectReference Include="..\OnProfNext.Shared\OnProfNext.Shared.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>