Centralize globally used build properties

This commit is contained in:
Archangel
2025-03-07 17:47:47 +01:00
parent 852f95a56c
commit 63737e656c
11 changed files with 44 additions and 32 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\Build.props" />
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>