| 12345678910111213141516 |
- {
- "supports": {
- "net46.app": {},
- "uwp.10.0.app": {},
- "dnxcore50.app": {}
- },
- "dependencies": {
- "Microsoft.NETCore": "5.0.0",
- "Microsoft.NETCore.Portable.Compatibility": "1.0.1"
- },
- "frameworks": {
- "dotnet": {
- "imports": "portable-net452+win81"
- }
- }
- }
|