Files
stream-cinema/StreamCinemaWeb/StreamCinemaWeb.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

14 lines
330 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<ItemGroup>
<ProjectReference Include="..\StreamCinemaLib\StreamCinemaLib.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>