Errors with version . NET Core

Asked

Viewed 82 times

2

I have an error in the .NET. I have already installed the . NET Core 1.1.2 and . NET Core 2.0.0, but I have this error and I cannot solve it.

Error:

It was not possible to find any compatible framework version 
The specified framework 'Microsoft.NETCore.App', version '1.0.0' was not
found.
  - Check application dependencies and target a framework version installed at: \
  - Alternatively, install the framework version '1.0.0'.

1 answer

0

The error relates to the version of your project. It is configured for version 1.0 of .NET Core and you have the version 1.1.2 and the 2.0 installed.

Right-click your project and select Properties.

On the open screen, select Application and then change the version of Framework of your project:

inserir a descrição da imagem aqui

Give a Rebuild in your project. There may be errors related to libraries installed due to the new Framework.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.