feat: add initial project setup

This commit is contained in:
Louis Seubert 2026-04-05 08:23:42 +02:00
commit e88e4bd81c
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
13 changed files with 912 additions and 0 deletions

9
Directory.Packages.props Normal file
View file

@ -0,0 +1,9 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.SourceLink.Gitea" Version="10.0.102" />
<PackageVersion Include="TUnit" Version="1.11.51" />
</ItemGroup>
</Project>