You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run dotnet try from try-samples\101-linq-samples folder.
Even though I have a number of recent .NET frameworks installed, it tells me to install .NET 3.1 runtime.
When done that, it keeps telling me the same thing.
Please update the tool, so that it understands modern frameworks and to avoid further negative experiences.
It's even unusable for me at the moment.
Details:
PS C:\Users\xyz\MyVisualStudioProject\00_Tutorials\try-samples\101-linq-samples> dotnet try
You must install or update .NET to run this application.
The following frameworks were found:
6.0.36 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
7.0.20 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
8.0.11 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
9.0.0-rc.2.24473.5 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
9.0.0 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
I'm trying to run
dotnet try
fromtry-samples\101-linq-samples
folder.Even though I have a number of recent .NET frameworks installed, it tells me to install .NET 3.1 runtime.
When done that, it keeps telling me the same thing.
Please update the tool, so that it understands modern frameworks and to avoid further negative experiences.
It's even unusable for me at the moment.
Details:
The text was updated successfully, but these errors were encountered: