12345678910111213141516171819202122232425262728 |
- {
- "version": "1.0.0-*",
- "buildOptions": {
- "debugType": "portable"
- },
- "dependencies": {
- "dotnet-test-xunit": "1.0.0-rc2-*",
- "Luticate2.Utils": "1.0.*",
- "Moq": "4.6.38-alpha",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "xunit": "2.1.0"
- },
- "testRunner": "xunit",
- "frameworks": {
- "netcoreapp1.0": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "type": "platform",
- "version": "1.0.1"
- }
- },
- "imports": [
- "dotnet5.4",
- "portable-net451+win8"
- ]
- }
- }
- }
|