-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
It might be just me, but logging here in case it's not.
dotnet 9.0.203 is working fine, but upgrading to the latest 9.0.300 doesn't seem to work.
Failure to run dotnet via asdf with new version:
tim@fox:~/repo/xunit-collections-example$ dotnet
No preset version installed for command dotnet
Please install a version by running one of the following:
asdf install dotnet-core 9.0.300
or add one of the following versions in your config file at /home/tim/repo/xunit-collections-example/.tool-versions
dotnet-core 6.0.101
dotnet-core 5.0.404
dotnet-core 8.0.100
dotnet-core 8.0.203
dotnet-core 8.0.204
dotnet-core 8.0.300
dotnet-core 7.0.410
dotnet-core 8.0.403
dotnet-core 8.0.404
dotnet-core 9.0.101
dotnet-core 9.0.203
Diff on tool versions file:
tim@fox:~/repo/xunit-collections-example$ git diff
diff --git a/.tool-versions b/.tool-versions
index 21a7ca0..a00da73 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -1 +1 @@
-dotnet-core 9.0.203
+dotnet-core 9.0.300tim@fox:~/repo/xunit-collections-example$ cat .tool-versions
dotnet-core 9.0.300
tim@fox:~/repo/xunit-collections-example$ asdf install dotnet-core
dotnet-core 9.0.300 is already installed
tim@fox:~/repo/xunit-collections-example$ asdf which dotnet
No preset version installed for command dotnet
Please install a version by running one of the following:
asdf install dotnet-core 9.0.300
or add one of the following versions in your config file at /home/tim/repo/xunit-collections-example/.tool-versions
dotnet-core 6.0.101
dotnet-core 5.0.404
dotnet-core 8.0.100
dotnet-core 8.0.203
dotnet-core 8.0.204
dotnet-core 8.0.300
dotnet-core 7.0.410
dotnet-core 8.0.403
dotnet-core 8.0.404
dotnet-core 9.0.101
dotnet-core 9.0.203
Metadata
Metadata
Assignees
Labels
No labels