added runtime identifiers

i doubt this will fix it
This commit is contained in:
LotP1 2024-12-18 16:40:54 +01:00
parent 4d577b08da
commit b626378695

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>