diff --git a/EnemizerCLI.Core/publish.bat b/EnemizerCLI.Core/publish.bat index 61f1e35..ff24027 100644 --- a/EnemizerCLI.Core/publish.bat +++ b/EnemizerCLI.Core/publish.bat @@ -1,7 +1,7 @@ @echo off setlocal set MSBUILDSINGLELOADCONTEXT=1 - dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime win-x64 - dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime osx.10.12-x64 - dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime ubuntu.16.04-x64 + dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime win-x64 -p:PublishTrimmed=true + dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime osx.10.12-x64 -p:PublishTrimmed=true + dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime ubuntu.16.04-x64 -p:PublishTrimmed=true endlocal \ No newline at end of file diff --git a/EnemizerLibrary/EnemizerLibrary.csproj b/EnemizerLibrary/EnemizerLibrary.csproj index cf3a774..a1a6e28 100644 --- a/EnemizerLibrary/EnemizerLibrary.csproj +++ b/EnemizerLibrary/EnemizerLibrary.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 6.1.0.215 + 6.1.0.224 true