Move framework setting to each project.

This commit is contained in:
2025-11-14 15:12:15 +00:00
parent 14596c5499
commit 30b60c0e96
5 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>Marechai.Database</RootNamespace>
</PropertyGroup>
<ItemGroup>