File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,14 @@ A framework for building [json:api](http://jsonapi.org/) compliant web servers.
10
10
11
11
## Installation And Usage
12
12
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 ) )
You can’t perform that action at this time.
0 commit comments