Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dark_Zane
DataEditorX
Commits
18c5900d
Commit
18c5900d
authored
Jun 12, 2020
by
JoyJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use nuget Newtonsoft.Json
parent
c354d3ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
DataEditorX/DataEditorX.csproj
DataEditorX/DataEditorX.csproj
+2
-2
DataEditorX/packages.config
DataEditorX/packages.config
+1
-0
No files found.
DataEditorX/DataEditorX.csproj
View file @
18c5900d
...
...
@@ -67,8 +67,8 @@
<Reference
Include=
"Neo.Lua, Version=5.3.0.0, Culture=neutral, PublicKeyToken=fdb0cd4fe8a6e3b2, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NeoLua.1.3.11\lib\net45\Neo.Lua.dll
</HintPath>
</Reference>
<Reference
Include=
"Newtonsoft.Json"
>
<HintPath>
DLL
\Newtonsoft.Json.dll
</HintPath>
<Reference
Include=
"Newtonsoft.Json
, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL
"
>
<HintPath>
..\packages\Newtonsoft.Json.12.0.3\lib\net45
\Newtonsoft.Json.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.ComponentModel.DataAnnotations"
/>
...
...
DataEditorX/packages.config
View file @
18c5900d
...
...
@@ -4,6 +4,7 @@
<
package
id
=
"FCTB"
version
=
"2.16.24"
targetFramework
=
"net46"
/>
<
package
id
=
"Microsoft.CSharp"
version
=
"4.5.0"
targetFramework
=
"net46"
/>
<
package
id
=
"NeoLua"
version
=
"1.3.11"
targetFramework
=
"net46"
/>
<
package
id
=
"Newtonsoft.Json"
version
=
"12.0.3"
targetFramework
=
"net46"
/>
<
package
id
=
"System.Data.SQLite"
version
=
"1.0.113.1"
targetFramework
=
"net46"
/>
<
package
id
=
"System.Data.SQLite.Core"
version
=
"1.0.113.1"
targetFramework
=
"net46"
/>
<
package
id
=
"System.Data.SQLite.EF6"
version
=
"1.0.113.0"
targetFramework
=
"net46"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment