Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody.
On my PC installed some .NET SDK versions:
.NET SDKs installed: 7.0.203 [C:\Program Files\dotnet\sdk] 7.0.300-preview.23179.2 [C:\Program Files\dotnet\sdk] 8.0.100-preview.1.23115.2 [C:\Program Files\dotnet\sdk]
(part from output "dotnet --info")
and "dotnet --version" returns me:
8.0.100-preview.1.23115.2
I expect, that this output should be valid value for System.Version, but when I try to execute:
.NET Runtime code throw ArgumentException by this line.
Can anybody explain me why it's happend and how I can get .NET version in correct format?
Beta Was this translation helpful? Give feedback.
All reactions