feat: add MacOS support
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
"commandName": "Project",
|
||||
"hotReloadEnabled": false,
|
||||
"workingDirectory": "bin/$(Configuration)/$(TargetFramework)"
|
||||
},
|
||||
"Spt Server (Mac)": {
|
||||
"commandName": "Project",
|
||||
"hotReloadEnabled": false,
|
||||
"workingDirectory": "bin/$(Configuration)/$(TargetFramework)/osx-arm64"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,6 +25,9 @@
|
||||
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'linux-x64'">
|
||||
<AssemblyName>SPT.Server.Linux</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'osx-arm64'">
|
||||
<AssemblyName>SPT.Server.Mac</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Libraries\SPTarkov.Reflection\SPTarkov.Reflection.csproj" />
|
||||
<ProjectReference Include="..\Libraries\SPTarkov.Server.Core\SPTarkov.Server.Core.csproj" />
|
||||
|
||||
Reference in New Issue
Block a user