diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5385687..08fa518 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: jobs: build: name: Build Launcher - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@master with: @@ -34,7 +34,7 @@ jobs: - run: rm ./pub/CringeLauncher.deps.json - - run: 7z a ../pub.zip ./ + - run: zip -qq -r ../pub.zip ./ working-directory: ./pub name: Zip Results diff --git a/CringeLauncher/CringeLauncher.csproj b/CringeLauncher/CringeLauncher.csproj index 6f85855..46735d8 100644 --- a/CringeLauncher/CringeLauncher.csproj +++ b/CringeLauncher/CringeLauncher.csproj @@ -9,6 +9,7 @@ preview true true + true @@ -21,10 +22,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/CringeLauncher/packages.lock.json b/CringeLauncher/packages.lock.json index c4f715e..1efe4e5 100644 --- a/CringeLauncher/packages.lock.json +++ b/CringeLauncher/packages.lock.json @@ -20,12 +20,6 @@ "Microsoft.CodeAnalysis.Common": "[4.4.0]" } }, - "MinVer": { - "type": "Direct", - "requested": "[4.3.0, )", - "resolved": "4.3.0", - "contentHash": "YNVAW3loCFW4kTwensApaZUl+7xREK75QQNOFSbsbXx2sCSm9/IHBjUHsJGn3u0UA5r/sAqrdYBNUlOFfLhUrA==" - }, "NLog": { "type": "Direct", "requested": "[5.1.1, )", diff --git a/PluginLoader/PluginLoader.csproj b/PluginLoader/PluginLoader.csproj index d1dbd7e..68332a9 100644 --- a/PluginLoader/PluginLoader.csproj +++ b/PluginLoader/PluginLoader.csproj @@ -5,6 +5,7 @@ true true true + true