update settings to avoid package lock churn

This commit is contained in:
Adam Hathcock
2026-05-29 10:07:10 +01:00
parent bb7ab319c8
commit e7eb1097fa
7 changed files with 30 additions and 40 deletions

View File

@@ -9,6 +9,8 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net48' ">
<DefineConstants>$(DefineConstants);LEGACY_DOTNET</DefineConstants>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))">
<DefineConstants>$(DefineConstants);WINDOWS</DefineConstants>