This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Description
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.
App: C:\Users\xyz.dotnet\tools\dotnet-try.exe
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '3.1.32' (x64)
.NET location: C:\Program Files\dotnet\
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]
Learn more:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=3.1.32&arch=x64&rid=win-x64&os=win10