From 47b4398268bb2b9043cb925cfe66a15e15f06dd4 Mon Sep 17 00:00:00 2001 From: Florian Reichle <39654549+Jodsderechte@users.noreply.github.com> Date: Sun, 15 Oct 2023 11:21:29 +0200 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 7596cb7..8b6e8bc 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -76,18 +76,6 @@ jobs: with: dotnet-version: 6.0.x - - name: Install dependencies - run: dotnet add package A2S - - name: Install dependencies - run: dotnet add package Discord.Net - - name: Install dependencies - run: dotnet add package LightDB - - name: Install dependencies - run: dotnet add package LiteDB - - name: Install dependencies - run: dotnet add package SteamStorefrontAPI - - name: Install dependencies - run: dotnet add package Microsoft.Windows.SDK.BuildTools # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v1.0.2