Files
stream-cinema/StreamCinemaLib/StreamCinemaLib.csproj
Roman Vanicek d4b4b0f2d4
All checks were successful
continuous-integration/drone/push Build is passing
Switch back to dotnet 9.0
2024-11-10 23:54:01 +01:00

11 lines
242 B
XML

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