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
3d114884
Commit
3d114884
authored
Feb 10, 2016
by
Marc Gravell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'henkmollema-net451'
parents
a46d3395
d7c92e21
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
project.json
Dapper.StrongName/project.json
+4
-1
project.json
Dapper.Tests/project.json
+3
-3
project.json
Dapper/project.json
+1
-1
global.json
global.json
+1
-1
No files found.
Dapper.StrongName/project.json
View file @
3d114884
...
...
@@ -15,6 +15,9 @@
"compile"
:
[
"../Dapper/**/*.cs"
],
"compileExclude"
:
[
"../Dapper/obj/"
],
"compilationOptions"
:
{
"keyFile"
:
"../Dapper.snk"
,
"warningsAsErrors"
:
true
...
...
@@ -33,7 +36,7 @@
"System.Data"
:
"4.0.0.0"
}
},
"
dnx
451"
:
{
"
net
451"
:
{
"frameworkAssemblies"
:
{
"System.Data"
:
"4.0.0.0"
,
"System.Xml"
:
"4.0.0.0"
...
...
Dapper.Tests/project.json
View file @
3d114884
...
...
@@ -75,7 +75,7 @@
"System.Linq"
:
"4.0.1-*"
,
"System.Runtime"
:
"4.0.21-*"
,
"System.Threading"
:
"4.0.11-*"
,
"xunit"
:
"2.
1.0
"
"xunit"
:
"2.
2.0-beta1-build3239
"
}
},
"dnx451"
:
{
...
...
@@ -117,8 +117,8 @@
"define"
:
[
"COREFX"
,
"ASYNC"
,
"DNX"
]
},
"dependencies"
:
{
"xunit"
:
"2.
1.0
"
,
"xunit.runner.dnx"
:
"2.1.0-
*
"
"xunit"
:
"2.
2.0-beta1-build3239
"
,
"xunit.runner.dnx"
:
"2.1.0-
rc1-build204
"
}
}
}
...
...
Dapper/project.json
View file @
3d114884
...
...
@@ -31,7 +31,7 @@
"System.Xml"
:
"4.0.0.0"
}
},
"
dnx
451"
:
{
"
net
451"
:
{
"frameworkAssemblies"
:
{
"System.Data"
:
"4.0.0.0"
,
"System.Xml"
:
"4.0.0.0"
...
...
global.json
View file @
3d114884
{
"sdk"
:
{
"version"
:
"1.0.0-rc1-
final
"
"version"
:
"1.0.0-rc1-
update1
"
},
"projects"
:
[
"Dapper"
,
"Dapper.EntityFramework"
,
"Dapper.Contrib"
,
"Dapper.Rainbow"
,
"Dapper.SqlBuilder"
,
"Dapper.Tests"
...
...
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