1

Having trouble converting my .Net Core 2.1 project to .Net Core 2.0. I changed the target build type in my project solution properties as well as target framework in my .csproj file. Visual Studio will not let me build this application because the project is still inherently .Net Core 2.1.

HelpPlease
  • 31
  • 1
  • 4

3 Answers3

2

I've had a similar issue recently. Cleared my packages folder and vs cache. Restarted vs, and everthing did build fine.

1

I changed the target framework in my .csproj file and what did the trick for me was reinstalling older NuGet packages.

HelpPlease
  • 31
  • 1
  • 4
0

Got the same issue Deleting the content of the "bin" folder did the trick

Yasser Jarouf
  • 326
  • 5
  • 18