I tried to build Paket locally on Windows with the build script, and it failed with this error
```
MSBUILD : error MSB1008: Only one project can be specified.
Full command line: 'C:\Users\Ri...
Wanted to try to take a whack at this one which was mentioned in the Discord channel. I went ahead and updated the net core version up to 8 as well as updated FSharp.Core. I'm hoping this takes a b...
I made a fix for that now in https://github.com/slang25/Paket.CredentialProvider.Gen2Support/pull/8 - using it now already and it seems to work very well!
Did anyone who uses `Paket.CredentialProvider.Gen2Support` get the interactive login working when a token expires? For me it seems that outdated tokens are stuck in the cache of `CredentialProvider...