-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install 3.4 on Fedora 33 #571
Comments
I believe the syntax you're looking for is:
|
I installed nbgv3.4 it with dotnet tool update -g nbgv --version 3.4.179-rc
dotnet tool uninstall -g nbgv
dotnet tool install -g nbgv --version 3.4.179-rc However it somehow sill uses 3.3.37 . How can I remove all nbgv ?
But I still get an error It seems that in Readme.md does not contain any information how to remove/uninstall nbgv . |
@JoKalliauer My guess is you are using the latest 3.4 release of The error you shared (svg-net/SVG#838) is not from |
$ nbgv get-version
Version: 0.0.0.1968
AssemblyVersion: 0.0.0.0
AssemblyInformationalVersion: 0.0.0+b007bb02f4
NuGetPackageVersion: 0.0.0-gb007bb02f4
NpmPackageVersion: 0.0.0-gb007bb02f4 |
Originally posted by @AArnott in #417 (comment)
How can I install 3.4 ?
I tried
as explained at https://github.com/dotnet/Nerdbank.GitVersioning/blob/master/doc/nbgv-cli.md
and got
The text was updated successfully, but these errors were encountered: