|
|
- {
- "version": "1.0.0-*",
-
- "dependencies": {
- "Microsoft.NETCore.App": {
- "type": "platform",
- "version": "1.1.0"
- },
- "MediatR": "2.1.0",
- "Moq": "4.6.38-alpha",
- "xunit": "2.2.0-beta4-build3444",
- "Microsoft.AspNetCore.TestHost": "1.1.0",
- "dotnet-test-xunit": "2.2.0-preview2-build1029",
- "Ordering.API": "1.0.0-*",
- "Ordering.Infrastructure": "1.0.0-*",
- "Ordering.Domain": "1.0.0-*"
- },
- "testRunner": "xunit",
- "frameworks": {
- "netcoreapp1.1": {
- "imports": [
- "netstandard1.6.1",
- "dnxcore50",
- "portable-net451+win8"
- ]
- }
- }
- }
|