diff --git a/Import/Bootstrapper.dll b/Import/Bootstrapper.dll new file mode 100644 index 00000000..89c40461 Binary files /dev/null and b/Import/Bootstrapper.dll differ diff --git a/Import/rage-sharp.dll b/Import/rage-sharp.dll new file mode 100644 index 00000000..0df5654d Binary files /dev/null and b/Import/rage-sharp.dll differ diff --git a/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj b/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj index 2f3b35c7..18cb57d3 100644 --- a/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj +++ b/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj @@ -2,7 +2,7 @@ Library - netcoreapp2.1 + netcoreapp2.2 Debug;Release;ServerBuild @@ -31,11 +31,8 @@ - - ..\..\..\dotnet\rage-sharp.dll - - - ..\..\rage-sharp.dll + + ..\Import\rage-sharp.dll diff --git a/ReallifeGamemode.Database/ReallifeGamemode.Database.csproj b/ReallifeGamemode.Database/ReallifeGamemode.Database.csproj index edc26b64..70cc0536 100644 --- a/ReallifeGamemode.Database/ReallifeGamemode.Database.csproj +++ b/ReallifeGamemode.Database/ReallifeGamemode.Database.csproj @@ -20,7 +20,7 @@ - ..\..\bridge\runtime\Bootstrapper.dll + ..\Import\Bootstrapper.dll diff --git a/ReallifeGamemode.Server/ReallifeGamemode.Server.csproj b/ReallifeGamemode.Server/ReallifeGamemode.Server.csproj index cb9af71f..8d8369ca 100644 --- a/ReallifeGamemode.Server/ReallifeGamemode.Server.csproj +++ b/ReallifeGamemode.Server/ReallifeGamemode.Server.csproj @@ -40,7 +40,7 @@ - ..\..\bridge\runtime\Bootstrapper.dll + ..\Import\Bootstrapper.dll diff --git a/ReallifeGamemode.Services/ReallifeGamemode.Services.csproj b/ReallifeGamemode.Services/ReallifeGamemode.Services.csproj index 13d7f42d..d3a71fb7 100644 --- a/ReallifeGamemode.Services/ReallifeGamemode.Services.csproj +++ b/ReallifeGamemode.Services/ReallifeGamemode.Services.csproj @@ -2,11 +2,13 @@ netstandard2.0 + Debug;Release;ServerBuild + x64 - ..\..\bridge\runtime\Bootstrapper.dll + ..\Import\Bootstrapper.dll