Files
stream-cinema/CinemaLib/CinemaLib.csproj
2025-04-03 20:51:17 +00:00

11 lines
247 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!--OutputType>Exe</OutputType-->
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>