Files
PresentPortal/PresentPortal.Shared/PresentPortal.Shared.csproj

10 lines
225 B
XML
Raw Normal View History

2025-08-03 12:19:29 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>