[backend] Make csproj debug condition consistent with the rest of the project

This commit is contained in:
Laura Hausmann 2024-04-07 22:01:21 +02:00
parent 1bab1934a8
commit 8025485d25
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -17,7 +17,7 @@
<PreserveCompilationContext>false</PreserveCompilationContext>
</PropertyGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Release' ">
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.3" />
</ItemGroup>