Files
Keys/Repository/Repository.csproj

14 lines
298 B
XML
Raw Normal View History

2025-09-22 13:08:08 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2025-09-22 15:35:31 +02:00
<ItemGroup>
<ProjectReference Include="../Models/Models.csproj" />
</ItemGroup>
2025-09-22 13:08:08 +02:00
</Project>