Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Unable to update package #378

Closed
Thomas-Valkenburg opened this issue Dec 15, 2021 · 2 comments
Closed

Unable to update package #378

Thomas-Valkenburg opened this issue Dec 15, 2021 · 2 comments
Labels
Question Further information is requested

Comments

@Thomas-Valkenburg
Copy link

I'm not able to update the Discord.Net package to the latest prerelease.
Any ideas why?

Screenshot of error

@quinchs
Copy link
Member

quinchs commented Dec 15, 2021

see discord-net/Discord.Net#1967

@adamgauthier
Copy link
Contributor

As a workaround, you can explicitely override the incorrect dependency versions until the issue is fixed:

<PackageReference Include="Discord.Net" Version="3.0.0-dev-20211215.1" />
<PackageReference Include="Discord.Net.Core" Version="3.0.0-dev-20211215.1" />
<PackageReference Include="Discord.Net.Commands" Version="3.0.0-dev-20211215.1" />
<PackageReference Include="Discord.Net.Interactions" Version="3.0.0-dev-20211215.1" />
<PackageReference Include="Discord.Net.Rest" Version="3.0.0-dev-20211215.1" />
<PackageReference Include="Discord.Net.Webhook" Version="3.0.0-dev-20211215.1" />
<PackageReference Include="Discord.Net.WebSocket" Version="3.0.0-dev-20211215.1" />

@MrCakeSlayer MrCakeSlayer added the Question Further information is requested label Dec 18, 2021
@quinchs quinchs closed this as completed Dec 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants