Skip to content

Commit

Permalink
Removed discontinued NuGet feed for D#+ nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaoticz committed Mar 19, 2022
1 parent 930e881 commit 589fe9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions AkkoCore/AkkoCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DSharpPlus" Version="4.2.0-nightly-01091" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.2.0-nightly-01091" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.2.0-nightly-01091" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.2.0-nightly-01091" />
<PackageReference Include="DSharpPlus" Version="4.2.0-nightly-01099" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.2.0-nightly-01099" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.2.0-nightly-01099" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.2.0-nightly-01099" />
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0" />
<PackageReference Include="linq2db.EntityFrameworkCore" Version="6.5.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
Expand Down

0 comments on commit 589fe9d

Please sign in to comment.