Files
stream-cinema/CinemaLib/CinemaLib.csproj
Roman Vaníček 0bcb6d571f
All checks were successful
continuous-integration/drone/push Build is passing
Rename to Cinema
2024-11-30 00:50:10 +01: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>