diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 48e7799..9222ea5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,9 +54,10 @@ jobs: with: dotnet-version: '6.x' - - name: Add DSharpPlus Nightly Repository - run: | - dotnet nuget add source https://nuget.emzi0767.com/api/v3/index.json -n DSharpPlusNightly + # This NuGet feed has been discontinued - packages are now available at nuget.org + #- name: Add DSharpPlus Nightly Repository + # run: | + # dotnet nuget add source https://nuget.emzi0767.com/api/v3/index.json -n DSharpPlusNightly # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 57ef913..b603a03 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,8 +21,6 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - name: Add DSharpPlus Nightly source - run: dotnet nuget add source https://nuget.emzi0767.com/api/v3/index.json -n DSharpPlusNightly - name: Restore dependencies run: dotnet restore - name: Build @@ -44,8 +42,6 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - name: Add DSharpPlus Nightly source - run: dotnet nuget add source https://nuget.emzi0767.com/api/v3/index.json -n DSharpPlusNightly - name: Restore dependencies run: dotnet restore - name: Build @@ -67,8 +63,6 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - name: Add DSharpPlus Nightly source - run: dotnet nuget add source https://nuget.emzi0767.com/api/v3/index.json -n DSharpPlusNightly - name: Restore dependencies run: dotnet restore - name: Build diff --git a/AkkoCore/AkkoCore.csproj b/AkkoCore/AkkoCore.csproj index 5617c19..7c61aaf 100644 --- a/AkkoCore/AkkoCore.csproj +++ b/AkkoCore/AkkoCore.csproj @@ -15,10 +15,10 @@ - - - - + + + +