question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install error - The specified framework 'Microsoft.AspNetCore.App', version '3.1.0' was not found

See original GitHub issue

Describe the bug

Tried to install following instructions. Installed on dotnet 3.1, resulting in:

> dotnet --version
3.1.101

Looking in apt:

  • dotnet-runtime-3.1 is at version 3.1.1-1
  • dotnet-sdk-3.1 is at version 3.1.101-1
  • aspnetcore-runtime-3.1 is at version 3.1.1-1.

However, when I then try:

> dotnet interactive jupyter instal
It was not possible to find any compatible framework version
The specified framework 'Microsoft.AspNetCore.App', version '3.1.0' was not found.
  - The following frameworks were found:
      3.0.0-preview6.19307.2 at [/home/lehmer/dotnet/shared/Microsoft.AspNetCore.App]

Please complete the following:

  • OS
    • Windows 10
    • macOS
    • Linux (Linux Mint 19.3)
    • iOS
    • Android
  • Browser
    • Chrome
    • Edge
    • Safari
  • Frontend
    • Jupyter notebook
    • Jupyter lab
    • nteract

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
dullroarcommented, Apr 5, 2020

I figured this out. I had a dotnet folder in my home directory that was conflicting with the global install for some reason. I did an rm -rf dotnet and then I could install it into Jupyter.

0reactions
YashDjsonDookuncommented, Aug 30, 2020

Hi @jonsequitur , thank you for your reply.

installing the latest SDK didn’t work on the spot for some reasons… I still had the same error.

HOWEVER, i went on and completely removed any dotnet related files on my machine and did a clean install via the ‘install-script’ and it seems to be working now. Thanks again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The framework 'Microsoft.AspNetCore.App', version '3.1.3' ...
After digging around Google I ran across the official documentation for runtime discovery and noticed that the aforementioned error message  ...
Read more >
The framework 'Microsoft.AspNetCore.App', version '3.1.0' ...
You can resolve the problem by installing the specified framework and/or SDK. The specified framework can be found at: https://aka.ms/dotnet- ...
Read more >
The framework microsoft.aspnetcore.app version 3.1.0 was ...
If you see this error in VS Code, you are missing the aspnetcore runtime (even though you may have installed the larger .net...
Read more >
Started to get "This project is targeting a version of .NET ...
I'm getting this same issue with ASP.Net Core 3.1. The solution has been fine for two years and now it want's to install...
Read more >
The framework microsoft.AspNetCore.App, version '3.1'0 was ...
I built a .NET Core app in visual studio and am using .NET Core 3.1 and I (think) have verified all the correct...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found