diff --git a/.gitignore b/.gitignore index 6d4d9c510..19f99345f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,13 +5,14 @@ /Distribution/Backups /Distribution/Saves /Distribution/System.IO.Pipelines.dll -/Distribution/rdrand.so -/Distribution/rdrand.dll +/Distribution/libdrng.dll /Distribution/zlib.dll +/Distribution/Microsoft.Bcl.AsyncInterfaces.dll +/Distribution/System.ComponentModel.Annotations.dll +/Distribution/System.Runtime.CompilerServices.Unsafe.dll # LibUv Dependencies /Distribution/libuv.dll -/Distribution/libuv.so /Distribution/Microsoft.AspNetCore.Connections.Abstractions.dll /Distribution/Microsoft.AspNetCore.Http.Features.dll /Distribution/Microsoft.Extensions.Configuration.Abstractions.dll diff --git a/Projects/Scripts/Scripts.csproj b/Projects/Scripts/Scripts.csproj index e7fa412b8..0c40038f0 100644 --- a/Projects/Scripts/Scripts.csproj +++ b/Projects/Scripts/Scripts.csproj @@ -1,4 +1,4 @@ - + Server @@ -36,6 +36,6 @@ - + diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 7ce476529..7f7227843 100644 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -39,25 +39,25 @@ 8.0 - + + libdrng.dll + Always + + libuv.dll Always - + zlib.dll Always - - rdrand.dll - Always - - - - - - - + + + + + +