Files
stream-cinema/StreamCinemaLib/StreamCinemaLib.csproj
Roman Vaníček a52a756518
Some checks failed
continuous-integration/drone/push Build is failing
StreamCinemaJellyfin initial commit
2024-11-25 03:21:17 +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>