Skip to content

Commit 556a534

Browse files
committed
docs(readme): add netcoreapp v2 notes
1 parent e6cdcb0 commit 556a534

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ A framework for building [json:api](http://jsonapi.org/) compliant web servers.
1010

1111
## Installation And Usage
1212

13-
See the documentation [here](https://research-institute.github.io/json-api-dotnet-core)
13+
See the documentation [here](https://research-institute.github.io/json-api-dotnet-core)
14+
15+
16+
## .Net Core v2 Notes
17+
18+
Branch `feat/core-2` is where I am working on .Net Core 2 compatibility tests and package upgrades.
19+
There are several blockers to be aware of:
20+
21+
- Microsoft.AspNetCore.* packages target the runtime (netcoreapp) instead of netstandard.
22+
This will be fixed in future versions.
23+
- EF bug against netcoreapp2.0 runtime ([EntityFramework#8021](https://github.com/aspnet/EntityFramework/issues/8021))

0 commit comments

Comments
 (0)