Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
55e91640
Commit
55e91640
authored
Nov 06, 2015
by
Henk Mollema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly use floating versions
parent
cc84dde3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
26 deletions
+26
-26
project.json
Dapper.DNX.Tests/project.json
+5
-5
project.json
Dapper.StrongName/project.json
+10
-10
project.json
Dapper/project.json
+11
-11
No files found.
Dapper.DNX.Tests/project.json
View file @
55e91640
...
@@ -50,12 +50,12 @@
...
@@ -50,12 +50,12 @@
"shouldDefine"
:
[
"ASYNC"
]
"shouldDefine"
:
[
"ASYNC"
]
},
},
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-beta-"
,
"Microsoft.CSharp"
:
"4.0.1-beta-
*
"
,
"System.Collections"
:
"4.0.11-beta-"
,
"System.Collections"
:
"4.0.11-beta-
*
"
,
"System.Console"
:
"4.0.0-beta-23409"
,
"System.Console"
:
"4.0.0-beta-23409"
,
"System.
Linq"
:
"4.0.1-beta-
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-*
"
,
"System.
Threading"
:
"4.0.11-beta-
"
,
"System.
Linq"
:
"4.0.1-beta-*
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-
"
"System.
Threading"
:
"4.0.11-beta-*
"
}
}
}
}
}
}
...
...
Dapper.StrongName/project.json
View file @
55e91640
...
@@ -47,16 +47,16 @@
...
@@ -47,16 +47,16 @@
"warningsAsErrors"
:
true
"warningsAsErrors"
:
true
},
},
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-beta-"
,
"Microsoft.CSharp"
:
"4.0.1-beta-
*
"
,
"System.Collections"
:
"4.0.11-beta-"
,
"System.Collections"
:
"4.0.11-beta-
*
"
,
"System.Collections.Concurrent"
:
"4.0.11-beta-"
,
"System.Collections.Concurrent"
:
"4.0.11-beta-
*
"
,
"System.
Linq"
:
"4.0.1-beta-
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-*
"
,
"System.
Threading"
:
"4.0.11-beta-
"
,
"System.
Linq"
:
"4.0.1-beta-*
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-
"
,
"System.
Reflection.Emit.ILGeneration"
:
"4.0.1-beta-*
"
,
"System.Reflection.Emit.
ILGeneration"
:
"4.0.1-beta-
"
,
"System.Reflection.Emit.
Lightweight"
:
"4.0.1-beta-*
"
,
"System.Reflection.
Emit.Lightweight"
:
"4.0.1-beta-
"
,
"System.Reflection.
TypeExtensions"
:
"4.0.1-beta-*
"
,
"System.
Reflection.TypeExtensions"
:
"4.0.1-beta-
"
,
"System.
Text.RegularExpressions"
:
"4.0.11-beta-*
"
,
"System.T
ext.RegularExpressions"
:
"4.0.11-beta-
"
"System.T
hreading"
:
"4.0.11-beta-*
"
}
}
}
}
}
}
...
...
Dapper/project.json
View file @
55e91640
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"summary"
:
"A high performance Micro-ORM"
,
"summary"
:
"A high performance Micro-ORM"
,
"description"
:
"A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc.."
,
"description"
:
"A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc.."
,
"version"
:
"1.50-
beta1
"
,
"version"
:
"1.50-
*
"
,
"title"
:
"Dapper dot net"
,
"title"
:
"Dapper dot net"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
],
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
],
"dependencies"
:
{
"dependencies"
:
{
...
@@ -41,16 +41,16 @@
...
@@ -41,16 +41,16 @@
"warningsAsErrors"
:
true
"warningsAsErrors"
:
true
},
},
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-beta-"
,
"Microsoft.CSharp"
:
"4.0.1-beta-
*
"
,
"System.Collections"
:
"4.0.11-beta-"
,
"System.Collections"
:
"4.0.11-beta-
*
"
,
"System.Collections.Concurrent"
:
"4.0.11-beta-"
,
"System.Collections.Concurrent"
:
"4.0.11-beta-
*
"
,
"System.
Linq"
:
"4.0.1-beta-
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-*
"
,
"System.
Threading"
:
"4.0.11-beta-
"
,
"System.
Linq"
:
"4.0.1-beta-*
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-
"
,
"System.
Reflection.Emit.ILGeneration"
:
"4.0.1-beta-*
"
,
"System.Reflection.Emit.
ILGeneration"
:
"4.0.1-beta-
"
,
"System.Reflection.Emit.
Lightweight"
:
"4.0.1-beta-*
"
,
"System.Reflection.
Emit.Lightweight"
:
"4.0.1-beta-
"
,
"System.Reflection.
TypeExtensions"
:
"4.0.1-beta-*
"
,
"System.
Reflection.TypeExtensions"
:
"4.0.1-beta-
"
,
"System.
Text.RegularExpressions"
:
"4.0.11-beta-*
"
,
"System.T
ext.RegularExpressions"
:
"4.0.11-beta-
"
"System.T
hreading"
:
"4.0.11-beta-*
"
}
}
}
}
}
}
...
...
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