fix: Adds better arm64 support (#1409)
This commit is contained in:
parent
d366e02251
commit
d9d04f1f38
9 changed files with 40 additions and 47 deletions
|
|
@ -5,7 +5,6 @@
|
|||
<Company>ModernUO</Company>
|
||||
<Copyright>2019-2022</Copyright>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<Platforms>x64;arm64</Platforms>
|
||||
<LangVersion>preview</LangVersion>
|
||||
<PublicRelease>true</PublicRelease>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
|
|
@ -68,7 +67,7 @@
|
|||
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
|
||||
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
|
||||
<PackageReference Include="Nerdbank.GitVersioning" Condition="!Exists('packages.config')">
|
||||
<Version>3.5.119</Version>
|
||||
<Version>3.6.133</Version>
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<AdditionalFiles Include="..\..\Rules.ruleset" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue