davidfowl / BedrockFramework

High performance, low level networking APIs for building custom servers and clients.
MIT License
1.04k stars 152 forks source link

NuGet doesn't work #123

Closed adamradocz closed 2 years ago

adamradocz commented 2 years ago

It seems the NuGet feed doesn't work. I can't find the package, though I added the https://f.feedz.io/davidfowl/bedrockframework/nuget/index.json link to the nuget.config file.

KieranDevvs commented 2 years ago

I dont know if the nuget.config file is just for the CLI but if you want to get it to appear in VS you have to add it to the package sources in VS.

image

image

image

Hope that helps.

adamradocz commented 2 years ago

That's weird. Same settings and nothing... Thanks anyway.

TheDogg commented 2 years ago

@adamradocz make sure you check the box "Include Prerelease" and the packages should show up

adamradocz commented 2 years ago

Thanks, but I just realized the problem is, that I target .NET 6.