Files
stream-cinema/CinemaLib/CinemaLib.csproj
Roman Vaníček 5d1906abfa
Some checks failed
continuous-integration/drone/push Build is failing
IlRepack and obfuscation
2024-12-12 01:10:11 +01:00

11 lines
247 B
XML

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