develop #1

Open
maddo wants to merge 128 commits from develop into master
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 55e8f0face - Show all commits

Local build fix

Maddo 2026-05-24 11:21:30 +02:00

View file

@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="Shouldly" Version="4.3.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.8" />
<PackageReference Include="System.Drawing.Common" Version="10.0.3" />
</ItemGroup>

View file

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Library</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PlatformTarget>x64</PlatformTarget>
<!-- WINDOWS preprocessor symbol mirrors the -windows TFM suffix so #if WINDOWS guards work -->