Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
  "version": "1.0.0-*",
  "dependencies": {
    "Newtonsoft.Json": {
      "target": "project"
    }
  },
  "testRunner": "xunit",
  "frameworks": {
    /*"net45": {
      "frameworkAssemblies": {
        "System.Collections": "",
        "System.ComponentModel.DataAnnotations": "",
        "System.Data": "",
        "System.Data.DataSetExtensions": "",
        "System.Data.Entity": "",
        "System.Data.Linq": "",
        "System.Drawing": "",
        "System.Numerics": "",
        "System.Runtime": "",
        "System.Runtime.Serialization": "",
        "System.Web": "",
        "System.Web.Extensions": "",
        "System.Xml": "",
        "System.Xml.Linq": ""
      },
      "dependencies": {
        "Autofac": "4.0.0-beta7-130",
        "FSharp.Core": "4.0.0.1",
        "NUnit": "2.6.4",
        "System.Collections.Immutable": "1.1.37",
        "System.Buffers": "4.0.0-rc2-23826"
      }
    },
    "net40": {
      "frameworkAssemblies": {
        "System.ComponentModel.DataAnnotations": "",
        "System.Data": "",
        "System.Data.DataSetExtensions": "",
        "System.Data.Entity": "",
        "System.Data.Linq": "",
        "System.Drawing": "",
        "System.Numerics": "",
        "System.Runtime.Serialization": "",
        "System.Web": "",
        "System.Web.Extensions": "",
        "System.Xml": "",
        "System.Xml.Linq": ""
      },
      "dependencies": {
        "FSharp.Core": "4.0.0.1",
        "NUnit": "2.6.4"
      }
    },
    "net35": {
      "frameworkAssemblies": {
        "System.ComponentModel.DataAnnotations": "",
        "System.Core": "",
        "System.Data": "",
        "System.Data.DataSetExtensions": "",
        "System.Data.Entity": "",
        "System.Data.Linq": "",
        "System.Drawing": "",
        "System.Runtime.Serialization": "",
        "System.Web": "",
        "System.Web.Extensions": "",
        "System.Xml": "",
        "System.Xml.Linq": ""
      },
      "dependencies": {
        "NUnit": "2.6.4"
      }
    },
    "net20": {
      "frameworkAssemblies": {
        "System.Data": "",
        "System.Drawing": "",
        "System.Web": "",
        "System.Xml": ""
      },
      "dependencies": {
        "NUnit": "2.6.4"
      }
    },*/
    "netcoreapp1.0": {
      "buildOptions": {
        "define": [ "NETSTANDARD10", "DNXCORE50", "PORTABLE" ]
      },
      "dependencies": {
        "Microsoft.NETCore.App": {
          "type": "platform",
          "version": "1.0.0-rc2-3002702"
        },
        "System.Runtime.Serialization.Primitives": "4.1.1",
        "System.Xml.XmlSerializer": "4.0.11",
        "System.Runtime.Serialization.Json": "4.0.2",
        "System.Runtime.Serialization.Xml": "4.1.1",
        "xunit": "2.1.0",
        "dotnet-test-xunit": "1.0.0-rc2-build10015"
      },
      "imports": [
        "dnxcore50",
        "portable-net45+win8"
      ]
    }
  }
}

Commits for ChrisCompleteCodeTrunk/M3Workflow/Libraries/Json90r1/Source/Src/Newtonsoft.Json.Tests/project.json

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000