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
cf732e0d
Commit
cf732e0d
authored
Apr 16, 2016
by
Oren Novotny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get building
parent
c1ef42d2
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
285 additions
and
361 deletions
+285
-361
project.json
Dapper.Contrib/project.json
+4
-7
project.json
Dapper.Rainbow/project.json
+4
-3
project.json
Dapper.SqlBuilder/project.json
+4
-3
project.json
Dapper.StrongName/project.json
+11
-18
Program.cs
Dapper.Tests.Contrib/Program.cs
+15
-0
project.json
Dapper.Tests.Contrib/project.json
+100
-110
project.json
Dapper.Tests/project.json
+131
-198
project.json
Dapper/project.json
+12
-18
NuGet.Config
NuGet.Config
+3
-1
global.json
global.json
+1
-3
No files found.
Dapper.Contrib/project.json
View file @
cf732e0d
...
@@ -40,16 +40,13 @@
...
@@ -40,16 +40,13 @@
"dependencies"
:
{
"dependencies"
:
{
}
}
},
},
"
dotnet5.4
"
:
{
"
netstandard1.3
"
:
{
"compilationOptions"
:
{
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
},
"dependencies"
:
{
"dependencies"
:
{
"System.Reflection.Emit"
:
"4.0.1-*"
,
"Microsoft.CSharp"
:
"4.0.1-rc2-24015"
"System.Reflection.Emit.ILGeneration"
:
"4.0.1-*"
,
}
"System.Reflection.Emit.Lightweight"
:
"4.0.1-*"
,
"System.Runtime"
:
"4.0.21-*"
}
}
}
}
}
}
}
\ No newline at end of file
Dapper.Rainbow/project.json
View file @
cf732e0d
...
@@ -40,12 +40,13 @@
...
@@ -40,12 +40,13 @@
"System.Data.Linq"
:
"4.0.0.0"
"System.Data.Linq"
:
"4.0.0.0"
}
}
},
},
"
dotnet5.4
"
:
{
"
netstandard1.3
"
:
{
"compilationOptions"
:
{
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
},
"dependencies"
:
{
"dependencies"
:
{
}
"Microsoft.CSharp"
:
"4.0.1-rc2-24015"
}
}
}
}
}
}
}
\ No newline at end of file
Dapper.SqlBuilder/project.json
View file @
cf732e0d
...
@@ -34,12 +34,13 @@
...
@@ -34,12 +34,13 @@
"System.Data.Linq"
:
"4.0.0.0"
"System.Data.Linq"
:
"4.0.0.0"
}
}
},
},
"
dotnet5.4
"
:
{
"
netstandard1.3
"
:
{
"compilationOptions"
:
{
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
},
"dependencies"
:
{
"dependencies"
:
{
}
"Microsoft.CSharp"
:
"4.0.1-rc2-24015"
}
}
}
}
}
}
}
\ No newline at end of file
Dapper.StrongName/project.json
View file @
cf732e0d
...
@@ -50,27 +50,20 @@
...
@@ -50,27 +50,20 @@
"define"
:
[
"ASYNC"
]
"define"
:
[
"ASYNC"
]
}
}
},
},
"
dotnet5.4
"
:
{
"
netstandard1.3
"
:
{
"compilationOptions"
:
{
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
},
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-*"
,
"NETStandard.Library"
:
"1.5.0-rc2-24015"
,
"System.Runtime"
:
"4.0.21-*"
,
"System.Data.SqlClient"
:
"4.1.0-rc2-24015"
,
"System.Collections"
:
"4.0.11-*"
,
"System.Dynamic.Runtime"
:
"4.0.11-rc2-24015"
,
"System.Collections.Concurrent"
:
"4.0.11-*"
,
"System.Reflection.Emit"
:
"4.0.1-rc2-24015"
,
"System.Data.SqlClient"
:
"4.0.0-*"
,
"System.Reflection.Emit.Lightweight"
:
"4.0.1-rc2-24015"
,
"System.Linq"
:
"4.0.1-*"
,
"System.Xml.XmlDocument"
:
"4.0.1-rc2-24015"
,
"System.Reflection.Emit.ILGeneration"
:
"4.0.1-*"
,
"System.Collections.NonGeneric"
:
"4.0.1-rc2-24015"
,
"System.Reflection.Emit.Lightweight"
:
"4.0.1-*"
,
"System.Reflection.TypeExtensions"
:
"4.1.0-rc2-24015"
"System.Reflection.TypeExtensions"
:
"4.1.0-*"
,
}
"System.Text.RegularExpressions"
:
"4.0.11-*"
,
"System.Threading"
:
"4.0.11-*"
,
"System.Threading.ThreadPool"
:
"4.0.10-*"
,
"System.Collections.NonGeneric"
:
"4.0.1-*"
,
"System.Xml.XDocument"
:
"4.0.11-*"
,
"System.Xml.XmlDocument"
:
"4.0.1-*"
}
}
}
}
}
}
}
Dapper.Tests.Contrib/Program.cs
0 → 100644
View file @
cf732e0d
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Threading.Tasks
;
namespace
Dapper.Tests.Contrib
{
public
class
Program
{
static
void
Main
(
string
[]
args
)
{
}
}
}
Dapper.Tests.Contrib/project.json
View file @
cf732e0d
{
{
"authors"
:
[
"Sam Saffron"
,
"Johan Danforth"
],
"authors"
:
[
"Sam Saffron"
,
"Johan Danforth"
],
"owners"
:
[
"johandanforth"
,
"marc.gravell"
,
"nick.craver"
],
"owners"
:
[
"johandanforth"
,
"marc.gravell"
,
"nick.craver"
],
"projectUrl"
:
"https://github.com/StackExchange/dapper-dot-net"
,
"projectUrl"
:
"https://github.com/StackExchange/dapper-dot-net"
,
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"description"
:
"Dapper Contrib Test Suite"
,
"description"
:
"Dapper Contrib Test Suite"
,
"title"
:
"Dapper.Contrib.Tests"
,
"title"
:
"Dapper.Contrib.Tests"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"copyright"
:
"2015 Stack Exchange, Inc."
,
"copyright"
:
"2015 Stack Exchange, Inc."
,
"dependencies"
:
{
"dependencies"
:
{
"Dapper"
:
{
"Dapper"
:
{
"version"
:
"1.50-*"
,
"version"
:
"1.50-*"
,
"target"
:
"project"
"target"
:
"project"
},
"Dapper.Contrib"
:
{
"version"
:
"1.50-*"
,
"target"
:
"project"
},
"Dapper.SqlBuilder"
:
{
"version"
:
"1.50-*"
,
"target"
:
"project"
}
},
},
"Dapper.Contrib"
:
{
"compile"
:
[
"version"
:
"1.50-*"
,
"**/*.cs"
,
"target"
:
"project"
"../Dapper.Tests/Assert.cs"
,
"../Dapper.Tests/XunitSkippable.cs"
,
"../Dapper/TypeExtensions.cs"
],
"compilationOptions"
:
{
"warningsAsErrors"
:
true
,
"emitEntryPoint"
:
true
,
"debugType"
:
"full"
},
},
"Dapper.SqlBuilder"
:
{
"testRunner"
:
"xunit"
,
"version"
:
"1.50-*"
,
"frameworks"
:
{
"target"
:
"project"
//
"net40"
:
{
}
//
"frameworkAssemblies"
:
{
},
//
"System.Configuration"
:
"4.0.0.0"
,
"compile"
:
[
//
"System.Data"
:
"4.0.0.0"
,
"**/*.cs"
,
//
"System.Data.Linq"
:
"4.0.0.0"
,
"../Dapper.Tests/Assert.cs"
,
//
"System.Transactions"
:
"4.0.0.0"
,
"../Dapper.Tests/XunitSkippable.cs"
,
//
"System.Xml"
:
"4.0.0.0"
"../Dapper/TypeExtensions.cs"
//
},
],
//
"dependencies"
:
{
"commands"
:
{
//
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
"test"
:
"xunit.runner.dnx"
//
"MySql.Data"
:
"6.9.8"
,
},
//
"System.Data.SQLite.Core"
:
"1.0.98.1"
,
"compilationOptions"
:
{
//
"xunit"
:
"1.9.2"
"warningsAsErrors"
:
true
//
}
},
//
},
"frameworks"
:
{
//
"net45"
:
{
"net40"
:
{
//
"compilationOptions"
:
{
"frameworkAssemblies"
:
{
//
"define"
:
[
"ASYNC"
,
"XUNIT2"
]
"System.Configuration"
:
"4.0.0.0"
,
//
},
"System.Data"
:
"4.0.0.0"
,
//
"frameworkAssemblies"
:
{
"System.Data.Linq"
:
"4.0.0.0"
,
//
"System.Configuration"
:
"4.0.0.0"
,
"System.Transactions"
:
"4.0.0.0"
,
//
"System.Data"
:
"4.0.0.0"
,
"System.Xml"
:
"4.0.0.0"
//
"System.Data.Linq"
:
"4.0.0.0"
,
},
//
"System.Runtime"
:
"4.0.0.0"
,
"dependencies"
:
{
//
"System.Transactions"
:
"4.0.0.0"
,
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
//
"System.Xml"
:
"4.0.0.0"
"MySql.Data"
:
"6.9.8"
,
//
},
"System.Data.SQLite.Core"
:
"1.0.98.1"
,
//
"dependencies"
:
{
"xunit"
:
"1.9.2"
//
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
}
//
"MySql.Data"
:
"6.9.8"
,
},
//
"System.Data.SQLite.Core"
:
"1.0.98.1"
,
"net45"
:
{
//
"xunit"
:
"2.1.0"
"compilationOptions"
:
{
//
}
"define"
:
[
"ASYNC"
,
"XUNIT2"
]
//
},
},
"frameworkAssemblies"
:
{
//
"dnx451"
:
{
"System.Configuration"
:
"4.0.0.0"
,
//
"compilationOptions"
:
{
"System.Data"
:
"4.0.0.0"
,
//
"define"
:
[
"ASYNC"
,
"XUNIT2"
]
"System.Data.Linq"
:
"4.0.0.0"
,
//
},
"System.Runtime"
:
"4.0.0.0"
,
//
"frameworkAssemblies"
:
{
"System.Transactions"
:
"4.0.0.0"
,
//
"System.Configuration"
:
"4.0.0.0"
,
"System.Xml"
:
"4.0.0.0"
//
"System.Data.Linq"
:
"4.0.0.0"
,
},
//
"System.Transactions"
:
"4.0.0.0"
"dependencies"
:
{
//
},
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
//
"dependencies"
:
{
"MySql.Data"
:
"6.9.8"
,
//
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
"System.Data.SQLite.Core"
:
"1.0.98.1"
,
//
"MySql.Data"
:
"6.9.8"
,
"xunit"
:
"2.1.0"
//
"System.Data.SQLite.Core"
:
"1.0.98.1"
,
}
//
"xunit"
:
"2.1.0"
,
},
//
"xunit.runner.dnx"
:
"2.1.0-*"
"dotnet5.4"
:
{
//
}
"compilationOptions"
:
{
//
},
"define"
:
[
"ASYNC"
,
"COREFX"
,
"XUNIT2"
]
"netcoreapp1.0"
:
{
},
"imports"
:
[
"dnxcore50"
,
"portable-net45+win8"
],
"dependencies"
:
{
"compilationOptions"
:
{
"Microsoft.CSharp"
:
"4.0.1-*"
,
"define"
:
[
"COREFX"
,
"ASYNC"
,
"XUNIT2"
]
"Microsoft.Data.Sqlite"
:
"1.0.0-rc1-final"
,
},
"System.Collections"
:
"4.0.11-*"
,
"dependencies"
:
{
"System.Console"
:
"4.0.0-*"
,
"Microsoft.NETCore.App"
:
"1.0.0-rc2-24015"
,
"System.Data.SqlClient"
:
"4.0.0-*"
,
"Microsoft.Data.Sqlite"
:
"1.0.0-rc2-20597"
,
"System.Linq"
:
"4.0.1-*"
,
"xunit"
:
"2.1.0"
,
"System.Runtime"
:
"4.0.21-*"
,
"dotnet-test-xunit"
:
"1.0.0-rc2-*"
"System.Threading"
:
"4.0.11-*"
,
}
"xunit"
:
"2.1.0"
}
}
},
"dnx451"
:
{
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"XUNIT2"
]
},
"frameworkAssemblies"
:
{
"System.Configuration"
:
"4.0.0.0"
,
"System.Data.Linq"
:
"4.0.0.0"
,
"System.Transactions"
:
"4.0.0.0"
},
"dependencies"
:
{
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
"MySql.Data"
:
"6.9.8"
,
"System.Data.SQLite.Core"
:
"1.0.98.1"
,
"xunit"
:
"2.1.0"
,
"xunit.runner.dnx"
:
"2.1.0-*"
}
},
},
"dnxcore50"
:
{
"runtimes"
:
{
"compilationOptions"
:
{
"win7-x64"
:
{
}
"define"
:
[
"COREFX"
,
"ASYNC"
,
"XUNIT2"
]
},
"dependencies"
:
{
"Microsoft.Data.Sqlite"
:
"1.0.0-rc1-final"
,
"System.Runtime"
:
"4.0.21-*"
,
"xunit"
:
"2.1.0"
,
"xunit.runner.dnx"
:
"2.1.0-*"
}
}
}
}
}
}
\ No newline at end of file
Dapper.Tests/project.json
View file @
cf732e0d
{
{
"authors"
:
[
"Marc Gravell"
,
"Nick Craver"
],
"authors"
:
[
"Marc Gravell"
,
"Nick Craver"
],
"owners"
:
[
"marc.gravell"
,
"nick.craver"
],
"owners"
:
[
"marc.gravell"
,
"nick.craver"
],
"projectUrl"
:
"https://github.com/StackExchange/dapper-dot-net"
,
"projectUrl"
:
"https://github.com/StackExchange/dapper-dot-net"
,
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"description"
:
"Dapper Core Test Suite"
,
"description"
:
"Dapper Core Test Suite"
,
"title"
:
"Dapper.Tests"
,
"title"
:
"Dapper.Tests"
,
"version"
:
"1.0.0-*"
,
"version"
:
"1.0.0-*"
,
"copyright"
:
"2015 Stack Exchange, Inc."
,
"copyright"
:
"2015 Stack Exchange, Inc."
,
"dependencies"
:
{
"dependencies"
:
{
"Dapper"
:
{
"Dapper"
:
{
"version"
:
"1.50-*"
,
"version"
:
"1.50-*"
,
"target"
:
"project"
"target"
:
"project"
},
"Dapper.Contrib"
:
{
"target"
:
"project"
}
},
"commands"
:
{
"perf"
:
"Dapper.Tests"
,
"test"
:
"xunit.runner.dnx"
},
"compilationOptions"
:
{
"warningsAsErrors"
:
true
},
"frameworks"
:
{
"net40"
:
{
"compilationOptions"
:
{
"define"
:
[
"MYSQL"
,
"ENTITY_FRAMEWORK"
,
"LINQ2SQL"
,
"FIREBIRD"
,
"SQL_CE"
,
"OLEDB"
,
"MASSIVE"
,
"ORMLITE"
,
"SOMA"
,
"SIMPLEDATA"
,
"SQLITE"
]
},
"frameworkAssemblies"
:
{
"System.Configuration"
:
"4.0.0.0"
,
"System.Data"
:
"4.0.0.0"
,
"System.Data.Linq"
:
"4.0.0.0"
,
"System.Xml"
:
"4.0.0.0"
,
"System.Xml.Linq"
:
"4.0.0.0"
},
"dependencies"
:
{
"Dapper.EntityFramework"
:
{
"target"
:
"project"
},
},
"EntityFramework"
:
"6.1.3"
,
"Dapper.Contrib"
:
{
"FirebirdSql.Data.FirebirdClient"
:
"4.10.0"
,
"target"
:
"project"
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
}
"Microsoft.SqlServer.Types"
:
"11.0.2"
,
"MySql.Data"
:
"6.9.8"
,
"NHibernate"
:
"4.0.4.4000"
,
"ServiceStack.OrmLite"
:
"4.0.48"
,
"ServiceStack.OrmLite.SqlServer"
:
"4.0.48"
,
"Simple.Data.Ado"
:
"1.0.0-rc3"
,
"Simple.Data.Core"
:
"1.0.0-rc3"
,
"Simple.Data.SqlServer"
:
"1.0.0-rc3"
,
"Soma"
:
"1.8.0.7"
,
"System.Data.SQLite"
:
"1.0.99"
,
"xunit"
:
"1.9.2"
}
},
},
"net45"
:
{
//
"commands"
:
{
"compilationOptions"
:
{
//
"perf"
:
"Dapper.Tests"
"define"
:
[
//
},
"ASYNC"
,
"compilationOptions"
:
{
"MYSQL"
,
"warningsAsErrors"
:
true
,
"ENTITY_FRAMEWORK"
,
"emitEntryPoint"
:
true
,
"LINQ2SQL"
,
"debugType"
:
"full"
"FIREBIRD"
,
"SQL_CE"
,
"POSTGRESQL"
,
"OLEDB"
,
"MASSIVE"
,
"ORMLITE"
,
"SOMA"
,
"SIMPLEDATA"
,
"SQLITE"
,
"XUNIT2"
]
},
"frameworkAssemblies"
:
{
"System.Configuration"
:
"4.0.0.0"
,
"System.Data"
:
"4.0.0.0"
,
"System.Data.Linq"
:
"4.0.0.0"
,
"System.Runtime"
:
"4.0.0.0"
,
"System.Xml"
:
"4.0.0.0"
,
"System.Xml.Linq"
:
"4.0.0.0"
},
"dependencies"
:
{
"Dapper.EntityFramework"
:
{
"target"
:
"project"
},
"EntityFramework"
:
"6.1.3"
,
"FirebirdSql.Data.FirebirdClient"
:
"4.10.0"
,
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
"Microsoft.SqlServer.Types"
:
"11.0.2"
,
"MySql.Data"
:
"6.9.8"
,
"NHibernate"
:
"4.0.4.4000"
,
"Npgsql"
:
"3.0.5"
,
"ServiceStack.OrmLite"
:
"4.0.48"
,
"ServiceStack.OrmLite.SqlServer"
:
"4.0.48"
,
"Simple.Data.Ado"
:
"2.0.0-alpha1"
,
"Simple.Data.Core"
:
"2.0.0-alpha1"
,
"Simple.Data.SqlServer"
:
"2.0.0-alpha1"
,
"Soma"
:
"1.8.0.7"
,
"Susanoo.Core"
:
"1.2.4"
,
"Susanoo.SqlServer"
:
"1.2.4"
,
"System.Data.SQLite"
:
"1.0.99"
,
"xunit"
:
"2.1.0"
}
},
},
"dotnet5.4"
:
{
"testRunner"
:
"xunit"
,
"compilationOptions"
:
{
"frameworks"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
,
"XUNIT2"
,
"SQLITE"
]
//
"net40"
:
{
},
//
"compilationOptions"
:
{
"dependencies"
:
{
//
"define"
:
[
"Microsoft.CSharp"
:
"4.0.1-*"
,
//
"MYSQL"
,
"Microsoft.Data.Sqlite"
:
"1.0.0-rc2-15948"
,
//
"ENTITY_FRAMEWORK"
,
"System.Collections"
:
"4.0.11-*"
,
//
"LINQ2SQL"
,
"System.Console"
:
"4.0.0-*"
,
//
"FIREBIRD"
,
"System.Data.SqlClient"
:
"4.0.0-*"
,
//
"SQL_CE"
,
"System.Linq"
:
"4.0.1-*"
,
//
"OLEDB"
,
"System.Runtime"
:
"4.0.21-*"
,
//
"MASSIVE"
,
"System.Text.RegularExpressions"
:
"4.0.11-*"
,
//
"ORMLITE"
,
"System.Threading"
:
"4.0.11-*"
,
//
"SOMA"
,
"System.Xml.XDocument"
:
"4.0.11-*"
,
//
"SIMPLEDATA"
,
"System.Xml.XmlDocument"
:
"4.0.1-*"
,
//
"SQLITE"
"xunit"
:
"2.2.0-beta1-build3239"
//
]
}
//
},
},
//
"frameworkAssemblies"
:
{
"dnx451"
:
{
//
"System.Configuration"
:
"4.0.0.0"
,
"compilationOptions"
:
{
//
"System.Data"
:
"4.0.0.0"
,
"define"
:
[
//
"System.Data.Linq"
:
"4.0.0.0"
,
"DNX"
,
//
"System.Xml"
:
"4.0.0.0"
,
"ASYNC"
,
//
"System.Xml.Linq"
:
"4.0.0.0"
"MYSQL"
,
//
},
"ENTITY_FRAMEWORK"
,
//
"dependencies"
:
{
"LINQ2SQL"
,
//
"Dapper.EntityFramework"
:
{
"FIREBIRD"
,
//
"target"
:
"project"
"SQL_CE"
,
//
},
"POSTGRESQL"
,
//
"EntityFramework"
:
"6.1.3"
,
"OLEDB"
,
//
"FirebirdSql.Data.FirebirdClient"
:
"4.10.0"
,
"MASSIVE"
,
//
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
"ORMLITE"
,
//
"Microsoft.SqlServer.Types"
:
"11.0.2"
,
"SOMA"
,
//
"MySql.Data"
:
"6.9.8"
,
"SIMPLEDATA"
,
//
"NHibernate"
:
"4.0.4.4000"
,
"XUNIT2"
,
//
"ServiceStack.OrmLite"
:
"4.0.48"
,
"SQLITE"
//
"ServiceStack.OrmLite.SqlServer"
:
"4.0.48"
,
]
//
"Simple.Data.Ado"
:
"1.0.0-rc3"
,
},
//
"Simple.Data.Core"
:
"1.0.0-rc3"
,
"frameworkAssemblies"
:
{
//
"Simple.Data.SqlServer"
:
"1.0.0-rc3"
,
"System.Configuration"
:
"4.0.0.0"
,
//
"Soma"
:
"1.8.0.7"
,
"System.Data"
:
"4.0.0.0"
,
//
"System.Data.SQLite"
:
"1.0.99"
,
"System.Data.Linq"
:
"4.0.0.0"
,
//
"xunit"
:
"1.9.2"
"System.Runtime"
:
"4.0.0.0"
,
//
}
"System.Xml"
:
"4.0.0.0"
,
//
},
"System.Xml.Linq"
:
"4.0.0.0"
//
"net45"
:
{
},
//
"compilationOptions"
:
{
"dependencies"
:
{
//
"define"
:
[
"Dapper.EntityFramework"
:
{
//
"ASYNC"
,
"target"
:
"project"
//
"MYSQL"
,
},
//
"ENTITY_FRAMEWORK"
,
"EntityFramework"
:
"6.1.3"
,
//
"LINQ2SQL"
,
"FirebirdSql.Data.FirebirdClient"
:
"4.10.0"
,
//
"FIREBIRD"
,
"Microsoft.Data.Sqlite"
:
"1.0.0-rc2-15948"
,
//
"SQL_CE"
,
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
//
"POSTGRESQL"
,
"Microsoft.SqlServer.Types"
:
"11.0.2"
,
//
"OLEDB"
,
"MySql.Data"
:
"6.9.8"
,
//
"MASSIVE"
,
"NHibernate"
:
"4.0.4.4000"
,
//
"ORMLITE"
,
"Npgsql"
:
"3.0.5"
,
//
"SOMA"
,
"ServiceStack.OrmLite"
:
"4.0.48"
,
//
"SIMPLEDATA"
,
"ServiceStack.OrmLite.SqlServer"
:
"4.0.48"
,
//
"SQLITE"
,
"Simple.Data.Ado"
:
"2.0.0-alpha1"
,
//
"XUNIT2"
"Simple.Data.Core"
:
"2.0.0-alpha1"
,
//
]
"Simple.Data.SqlServer"
:
"2.0.0-alpha1"
,
//
},
"Soma"
:
"1.8.0.7"
,
//
"frameworkAssemblies"
:
{
"Susanoo.Core"
:
"1.2.4"
,
//
"System.Configuration"
:
"4.0.0.0"
,
"Susanoo.SqlServer"
:
"1.2.4"
,
//
"System.Data"
:
"4.0.0.0"
,
"System.Text.RegularExpressions"
:
"4.0.11-*"
,
//
"System.Data.Linq"
:
"4.0.0.0"
,
"xunit"
:
"2.2.0-beta1-build3239"
,
//
"System.Runtime"
:
"4.0.0.0"
,
"xunit.runner.dnx"
:
"2.1.0-rc1-build204"
//
"System.Xml"
:
"4.0.0.0"
,
}
//
"System.Xml.Linq"
:
"4.0.0.0"
//
},
//
"dependencies"
:
{
//
"Dapper.EntityFramework"
:
{
//
"target"
:
"project"
//
},
//
"EntityFramework"
:
"6.1.3"
,
//
"FirebirdSql.Data.FirebirdClient"
:
"4.10.0"
,
//
"Microsoft.SqlServer.Compact"
:
"4.0.8876.1"
,
//
"Microsoft.SqlServer.Types"
:
"11.0.2"
,
//
"MySql.Data"
:
"6.9.8"
,
//
"NHibernate"
:
"4.0.4.4000"
,
//
"Npgsql"
:
"3.0.5"
,
//
"ServiceStack.OrmLite"
:
"4.0.48"
,
//
"ServiceStack.OrmLite.SqlServer"
:
"4.0.48"
,
//
"Simple.Data.Ado"
:
"2.0.0-alpha1"
,
//
"Simple.Data.Core"
:
"2.0.0-alpha1"
,
//
"Simple.Data.SqlServer"
:
"2.0.0-alpha1"
,
//
"Soma"
:
"1.8.0.7"
,
//
"Susanoo.Core"
:
"1.2.4"
,
//
"Susanoo.SqlServer"
:
"1.2.4"
,
//
"System.Data.SQLite"
:
"1.0.99"
,
//
"xunit"
:
"2.1.0"
//
}
//
},
"netcoreapp1.0"
:
{
"imports"
:
[
"dnxcore50"
,
"portable-net45+win8"
],
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
,
"XUNIT2"
,
"SQLITE"
]
},
"dependencies"
:
{
"Microsoft.NETCore.App"
:
"1.0.0-rc2-24015"
,
"Microsoft.Data.Sqlite"
:
"1.0.0-rc2-20597"
,
"xunit"
:
"2.1.0"
,
"dotnet-test-xunit"
:
"1.0.0-rc2-*"
}
}
},
},
"dnxcore50"
:
{
"runtimes"
:
{
"compilationOptions"
:
{
"win7-x64"
:
{
}
"define"
:
[
"COREFX"
,
"ASYNC"
,
"DNX"
,
"XUNIT2"
,
"SQLITE"
]
},
"dependencies"
:
{
"Microsoft.Data.Sqlite"
:
"1.0.0-rc2-15948"
,
"System.Text.RegularExpressions"
:
"4.0.11-*"
,
"System.Xml.XmlDocument"
:
"4.0.1-*"
,
"xunit"
:
"2.2.0-beta1-build3239"
,
"xunit.runner.dnx"
:
"2.1.0-rc1-build204"
}
}
}
}
}
}
\ No newline at end of file
Dapper/project.json
View file @
cf732e0d
...
@@ -43,27 +43,21 @@
...
@@ -43,27 +43,21 @@
"define"
:
[
"ASYNC"
]
"define"
:
[
"ASYNC"
]
}
}
},
},
"
dotnet5.4
"
:
{
"
netstandard1.3
"
:
{
"compilationOptions"
:
{
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
},
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-*"
,
"NETStandard.Library"
:
"1.5.0-rc2-24015"
,
"System.Collections"
:
"4.0.11-*"
,
"System.Data.SqlClient"
:
"4.1.0-rc2-24015"
,
"System.Collections.Concurrent"
:
"4.0.11-*"
,
"System.Dynamic.Runtime"
:
"4.0.11-rc2-24015"
,
"System.Collections.NonGeneric"
:
"4.0.1-*"
,
"System.Reflection.Emit"
:
"4.0.1-rc2-24015"
,
"System.Data.SqlClient"
:
"4.0.0-*"
,
"System.Reflection.Emit.Lightweight"
:
"4.0.1-rc2-24015"
,
"System.Linq"
:
"4.0.1-*"
,
"System.Xml.XmlDocument"
:
"4.0.1-rc2-24015"
,
"System.Reflection.Emit.ILGeneration"
:
"4.0.1-*"
,
"System.Collections.NonGeneric"
:
"4.0.1-rc2-24015"
,
"System.Reflection.Emit.Lightweight"
:
"4.0.1-*"
,
"System.Reflection.TypeExtensions"
:
"4.1.0-rc2-24015"
"System.Reflection.TypeExtensions"
:
"4.1.0-*"
,
"System.Runtime"
:
"4.0.21-*"
,
}
"System.Text.RegularExpressions"
:
"4.0.11-*"
,
"System.Threading"
:
"4.0.11-*"
,
"System.Threading.ThreadPool"
:
"4.0.10-*"
,
"System.Xml.XDocument"
:
"4.0.11-*"
,
"System.Xml.XmlDocument"
:
"4.0.1-*"
}
}
}
}
}
}
}
NuGet.Config
View file @
cf732e0d
...
@@ -5,7 +5,9 @@
...
@@ -5,7 +5,9 @@
<!--
<!--
<
add
key
=
"CoreCLR"
value
=
"https://www.myget.org/F/dotnet-coreclr/api/v3/index.json"
/>
<
add
key
=
"CoreCLR"
value
=
"https://www.myget.org/F/dotnet-coreclr/api/v3/index.json"
/>
-->
-->
<
add
key
=
"myget.org dotnet-core"
value
=
"https://dotnet.myget.org/F/dotnet-core/api/v3/index.json"
/>
<
add
key
=
"aspnetcirelease"
value
=
"https://www.myget.org/F/aspnetcirelease/api/v3/index.json"
/>
<
add
key
=
"coreclr-xunit"
value
=
"https://www.myget.org/F/coreclr-xunit/api/v3/index.json"
/>
<
add
key
=
"NuGet"
value
=
"https://api.nuget.org/v3/index.json"
/>
<
add
key
=
"NuGet"
value
=
"https://api.nuget.org/v3/index.json"
/>
<
add
key
=
"aspnetvnext"
value
=
"https://www.myget.org/F/aspnetvnext/"
/>
</
packageSources
>
</
packageSources
>
</
configuration
>
</
configuration
>
global.json
View file @
cf732e0d
{
{
"sdk"
:
{
"version"
:
"1.0.0-rc1-update1"
},
"projects"
:
[
"projects"
:
[
"Dapper"
,
"Dapper.EntityFramework"
,
"Dapper.Contrib"
,
"Dapper.Rainbow"
,
"Dapper.SqlBuilder"
,
"Dapper.Tests"
"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