Add hostile fixture setup for authz testing

This commit is contained in:
2026-04-11 16:57:15 +02:00
parent ac217dab53
commit 41595605b9
5 changed files with 145 additions and 0 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../JobTrackerBackend/JobTrackerBackend.csproj" />
</ItemGroup>
</Project>