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 issueTODO
- Change supported frameworks to .netstandard 2.0 / .net461.
- Upgrade Castle Windsor DI adapter to .netstandard 2.0 - https://github.com/volosoft/castle-windsor-ms-adapter/issues/18
- Upgrade Castle Windsor logging adapter to .netstandard 2.0 - https://github.com/volosoft/castle-logging-ms-adapter/issues/4
- ASP.NET Core 2.0. See https://docs.microsoft.com/en-gb/aspnet/core/migration/1x-to-2x/
- Identity Core 2.0. See https://github.com/aspnet/Announcements/issues/262 and https://docs.microsoft.com/en-gb/aspnet/core/migration/1x-to-2x/identity-2x
- EF Core 2.0. See https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-entity-framework-core-2-0/
- IdentityServer4.
- OData. - waiting https://github.com/OData/WebApi/issues/1059 (Temporary forced to use new package)
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:
- Created 6 years ago
- Reactions:38
- Comments:42 (25 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For reference:
We are working on it. We think to finish As Soon As Possible. (See the progress: https://github.com/aspnetboilerplate/aspnetboilerplate/tree/netstandard2.0)