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.

Upgrade to .netstandard 2.0, asp.net core 2.0, entity framework core 2.0 and asp.net core identity 2.0

See original GitHub issue

TODO

Problems to Solve

  • Getting Could not load file or assembly netfx.force.conflicts exception for .net 4.6.1 & asp.net mvc 5.x projects. See https://github.com/dotnet/corefx/issues/23229 - The problem exists only if you have a very long path for the solution.

About Breaking Changes

This is a breaking change because the libraries above have breaking changes.

In addition, ABP supports .net framework 4.6 and .net standard 1.6 now (multiple targeting). We will move to .net standard 2.0 (single target). That means .net framework 4.6 will no be supported and upgraded to 4.6.1.

We will release ABP v3.0. While these breaking changes does not effect applications much, it will be good to indicate that we changed the .net framework dependency and upgraded major libraries.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:38
  • Comments:42 (25 by maintainers)

github_iconTop GitHub Comments

6reactions
hikalkancommented, Aug 17, 2017

We are working on it. We think to finish As Soon As Possible. (See the progress: https://github.com/aspnetboilerplate/aspnetboilerplate/tree/netstandard2.0)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrate from ASP.NET Core 2.0 to 2.1
This article covers the basics of migrating an ASP.NET Core 2.0 app to 2.1.
Read more >
Converting a .NET Standard 2.0 library to .NET Core 3.0
This is the first post in the series: Upgrading to ASP.NET Core 3.0. Part 1 - Converting a .NET Standard 2.0 library to...
Read more >
Use Microsoft.AspNetCore.Identity in .Net Standard Project?
I am about to migrate legacy code (.Net framework) to .Net Standard (2.0, Not 2.1 so that its still compatible to Framework 4.7...
Read more >
Microsoft.AspNetCore.Identity.EntityFrameworkCore 2.0.0
Version Downloads Last updated 8.0.0‑preview.7.23375.9 1,998 8 days ago 8.0.0‑preview.6.23329.11 7,212 a month ago 8.0.0‑preview.5.23302.2 6,732 2 months ago
Read more >
c# - Microsoft.AspNet.Identity and ...
NETStandard 2.0 and can be installed without a warning. Do we need to upgrade Entity Framework and Identity on ASP.NET to Core or...
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