Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Assets/Assets.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>ModAssets</RootNamespace>
Expand Down
6 changes: 3 additions & 3 deletions ClientProject/LinuxClient.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand All @@ -28,8 +28,8 @@
<Reference Include="MonoGame.Framework.Linux.NetStandard">
<HintPath>..\Refs\MonoGame.Framework.Linux.NetStandard.dll</HintPath>
</Reference>
<Reference Include="MonoMod.Common">
<HintPath>..\Refs\MonoMod.Common.dll</HintPath>
<Reference Include="MonoMod.Utils">
<HintPath>..\Refs\MonoMod.Utils.dll</HintPath>
</Reference>
<Reference Include="MoonSharp.Interpreter">
<HintPath>..\Refs\MoonSharp.Interpreter.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions ClientProject/OSXClient.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand All @@ -28,8 +28,8 @@
<Reference Include="MonoGame.Framework.MacOS.NetStandard">
<HintPath>..\Refs\MonoGame.Framework.MacOS.NetStandard.dll</HintPath>
</Reference>
<Reference Include="MonoMod.Common">
<HintPath>..\Refs\MonoMod.Common.dll</HintPath>
<Reference Include="MonoMod.Utils">
<HintPath>..\Refs\MonoMod.Utils.dll</HintPath>
</Reference>
<Reference Include="MoonSharp.Interpreter">
<HintPath>..\Refs\MoonSharp.Interpreter.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions ClientProject/WindowsClient.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
Expand Down Expand Up @@ -46,8 +46,8 @@
<Reference Include="MonoGame.Framework.Windows.NetStandard">
<HintPath>..\Refs\MonoGame.Framework.Windows.NetStandard.dll</HintPath>
</Reference>
<Reference Include="MonoMod.Common">
<HintPath>..\Refs\MonoMod.Common.dll</HintPath>
<Reference Include="MonoMod.Utils">
<HintPath>..\Refs\MonoMod.Utils.dll</HintPath>
</Reference>
<Reference Include="MoonSharp.Interpreter">
<HintPath>..\Refs\MoonSharp.Interpreter.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ folder under the subfolder "Publicized". Just copy the ones listed below into "/
./MonoGame.Framework.Linux.NetStandard.dll
./MonoGame.Framework.MacOS.NetStandard.dll
./MonoGame.Framework.Windows.NetStandard.dll
./MonoMod.Common.dll
./MonoMod.Utils.dll
./MoonSharp.Interpreter.dll
./XNATypes.dll
```
Expand Down
2 changes: 1 addition & 1 deletion Refs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
./MonoGame.Framework.Linux.NetStandard.dll
./MonoGame.Framework.MacOS.NetStandard.dll
./MonoGame.Framework.Windows.NetStandard.dll
./MonoMod.Common.dll
./MonoMod.Utils.dll
./MoonSharp.Interpreter.dll
./XNATypes.dll
6 changes: 3 additions & 3 deletions ServerProject/LinuxServer.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand All @@ -28,8 +28,8 @@
<Reference Include="MonoGame.Framework.Linux.NetStandard">
<HintPath>..\Refs\MonoGame.Framework.Linux.NetStandard.dll</HintPath>
</Reference>
<Reference Include="MonoMod.Common">
<HintPath>..\Refs\MonoMod.Common.dll</HintPath>
<Reference Include="MonoMod.Utils">
<HintPath>..\Refs\MonoMod.Utils.dll</HintPath>
</Reference>
<Reference Include="MoonSharp.Interpreter">
<HintPath>..\Refs\MoonSharp.Interpreter.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions ServerProject/OSXServer.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand All @@ -28,8 +28,8 @@
<Reference Include="MonoGame.Framework.MacOS.NetStandard">
<HintPath>..\Refs\MonoGame.Framework.MacOS.NetStandard.dll</HintPath>
</Reference>
<Reference Include="MonoMod.Common">
<HintPath>..\Refs\MonoMod.Common.dll</HintPath>
<Reference Include="MonoMod.Utils">
<HintPath>..\Refs\MonoMod.Utils.dll</HintPath>
</Reference>
<Reference Include="MoonSharp.Interpreter">
<HintPath>..\Refs\MoonSharp.Interpreter.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions ServerProject/WindowsServer.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
Expand Down Expand Up @@ -43,8 +43,8 @@
<Reference Include="MonoGame.Framework.Windows.NetStandard">
<HintPath>..\Refs\MonoGame.Framework.Windows.NetStandard.dll</HintPath>
</Reference>
<Reference Include="MonoMod.Common">
<HintPath>..\Refs\MonoMod.Common.dll</HintPath>
<Reference Include="MonoMod.Utils">
<HintPath>..\Refs\MonoMod.Utils.dll</HintPath>
</Reference>
<Reference Include="MoonSharp.Interpreter">
<HintPath>..\Refs\MoonSharp.Interpreter.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions SharedProject/SharedSource/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Text;
using Barotrauma;

using System.Runtime.CompilerServices;
[assembly: IgnoresAccessChecksTo("Barotrauma")]
[assembly: IgnoresAccessChecksTo("DedicatedServer")]
[assembly: IgnoresAccessChecksTo("BarotraumaCore")]
Expand Down