Commit cf732e0d authored by Oren Novotny's avatar Oren Novotny

Get building

parent c1ef42d2
...@@ -40,15 +40,12 @@ ...@@ -40,15 +40,12 @@
"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-*"
} }
} }
} }
......
...@@ -40,11 +40,12 @@ ...@@ -40,11 +40,12 @@
"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"
} }
} }
} }
......
...@@ -34,11 +34,12 @@ ...@@ -34,11 +34,12 @@
"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"
} }
} }
} }
......
...@@ -50,26 +50,19 @@ ...@@ -50,26 +50,19 @@
"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-*"
} }
} }
} }
......
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)
{
}
}
}
...@@ -27,90 +27,80 @@ ...@@ -27,90 +27,80 @@
"../Dapper.Tests/XunitSkippable.cs", "../Dapper.Tests/XunitSkippable.cs",
"../Dapper/TypeExtensions.cs" "../Dapper/TypeExtensions.cs"
], ],
"commands": {
"test": "xunit.runner.dnx"
},
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true,
"emitEntryPoint": true,
"debugType": "full"
}, },
"testRunner": "xunit",
"frameworks": { "frameworks": {
"net40": { //"net40": {
"frameworkAssemblies": { // "frameworkAssemblies": {
"System.Configuration": "4.0.0.0", // "System.Configuration": "4.0.0.0",
"System.Data": "4.0.0.0", // "System.Data": "4.0.0.0",
"System.Data.Linq": "4.0.0.0", // "System.Data.Linq": "4.0.0.0",
"System.Transactions": "4.0.0.0", // "System.Transactions": "4.0.0.0",
"System.Xml": "4.0.0.0" // "System.Xml": "4.0.0.0"
}, // },
"dependencies": { // "dependencies": {
"Microsoft.SqlServer.Compact": "4.0.8876.1", // "Microsoft.SqlServer.Compact": "4.0.8876.1",
"MySql.Data": "6.9.8", // "MySql.Data": "6.9.8",
"System.Data.SQLite.Core": "1.0.98.1", // "System.Data.SQLite.Core": "1.0.98.1",
"xunit": "1.9.2" // "xunit": "1.9.2"
} // }
}, //},
"net45": { //"net45": {
"compilationOptions": { // "compilationOptions": {
"define": [ "ASYNC", "XUNIT2" ] // "define": [ "ASYNC", "XUNIT2" ]
}, // },
"frameworkAssemblies": { // "frameworkAssemblies": {
"System.Configuration": "4.0.0.0", // "System.Configuration": "4.0.0.0",
"System.Data": "4.0.0.0", // "System.Data": "4.0.0.0",
"System.Data.Linq": "4.0.0.0", // "System.Data.Linq": "4.0.0.0",
"System.Runtime": "4.0.0.0", // "System.Runtime": "4.0.0.0",
"System.Transactions": "4.0.0.0", // "System.Transactions": "4.0.0.0",
"System.Xml": "4.0.0.0" // "System.Xml": "4.0.0.0"
}, // },
"dependencies": { // "dependencies": {
"Microsoft.SqlServer.Compact": "4.0.8876.1", // "Microsoft.SqlServer.Compact": "4.0.8876.1",
"MySql.Data": "6.9.8", // "MySql.Data": "6.9.8",
"System.Data.SQLite.Core": "1.0.98.1", // "System.Data.SQLite.Core": "1.0.98.1",
"xunit": "2.1.0" // "xunit": "2.1.0"
} // }
}, //},
"dotnet5.4": {
"compilationOptions": { //"dnx451": {
"define": [ "ASYNC", "COREFX", "XUNIT2" ] // "compilationOptions": {
}, // "define": [ "ASYNC", "XUNIT2" ]
"dependencies": { // },
"Microsoft.CSharp": "4.0.1-*", // "frameworkAssemblies": {
"Microsoft.Data.Sqlite": "1.0.0-rc1-final", // "System.Configuration": "4.0.0.0",
"System.Collections": "4.0.11-*", // "System.Data.Linq": "4.0.0.0",
"System.Console": "4.0.0-*", // "System.Transactions": "4.0.0.0"
"System.Data.SqlClient": "4.0.0-*", // },
"System.Linq": "4.0.1-*", // "dependencies": {
"System.Runtime": "4.0.21-*", // "Microsoft.SqlServer.Compact": "4.0.8876.1",
"System.Threading": "4.0.11-*", // "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-*"
"dnx451": { // }
"compilationOptions": { //},
"define": [ "ASYNC", "XUNIT2" ] "netcoreapp1.0": {
}, "imports": [ "dnxcore50", "portable-net45+win8" ],
"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": {
"compilationOptions": { "compilationOptions": {
"define": [ "COREFX", "ASYNC", "XUNIT2" ] "define": [ "COREFX", "ASYNC", "XUNIT2" ]
}, },
"dependencies": { "dependencies": {
"Microsoft.Data.Sqlite": "1.0.0-rc1-final", "Microsoft.NETCore.App": "1.0.0-rc2-24015",
"System.Runtime": "4.0.21-*", "Microsoft.Data.Sqlite": "1.0.0-rc2-20597",
"xunit": "2.1.0", "xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-*" "dotnet-test-xunit": "1.0.0-rc2-*"
} }
} }
},
"runtimes": {
"win7-x64": { }
} }
} }
\ No newline at end of file
...@@ -16,190 +16,123 @@ ...@@ -16,190 +16,123 @@
"target": "project" "target": "project"
} }
}, },
"commands": { //"commands": {
"perf": "Dapper.Tests", // "perf": "Dapper.Tests"
"test": "xunit.runner.dnx" //},
},
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true,
"emitEntryPoint": true,
"debugType": "full"
}, },
"testRunner": "xunit",
"frameworks": { "frameworks": {
"net40": { //"net40": {
"compilationOptions": { // "compilationOptions": {
"define": [ // "define": [
"MYSQL", // "MYSQL",
"ENTITY_FRAMEWORK", // "ENTITY_FRAMEWORK",
"LINQ2SQL", // "LINQ2SQL",
"FIREBIRD", // "FIREBIRD",
"SQL_CE", // "SQL_CE",
"OLEDB", // "OLEDB",
"MASSIVE", // "MASSIVE",
"ORMLITE", // "ORMLITE",
"SOMA", // "SOMA",
"SIMPLEDATA", // "SIMPLEDATA",
"SQLITE" // "SQLITE"
] // ]
}, // },
"frameworkAssemblies": { // "frameworkAssemblies": {
"System.Configuration": "4.0.0.0", // "System.Configuration": "4.0.0.0",
"System.Data": "4.0.0.0", // "System.Data": "4.0.0.0",
"System.Data.Linq": "4.0.0.0", // "System.Data.Linq": "4.0.0.0",
"System.Xml": "4.0.0.0", // "System.Xml": "4.0.0.0",
"System.Xml.Linq": "4.0.0.0" // "System.Xml.Linq": "4.0.0.0"
}, // },
"dependencies": { // "dependencies": {
"Dapper.EntityFramework": { // "Dapper.EntityFramework": {
"target": "project" // "target": "project"
}, // },
"EntityFramework": "6.1.3", // "EntityFramework": "6.1.3",
"FirebirdSql.Data.FirebirdClient": "4.10.0", // "FirebirdSql.Data.FirebirdClient": "4.10.0",
"Microsoft.SqlServer.Compact": "4.0.8876.1", // "Microsoft.SqlServer.Compact": "4.0.8876.1",
"Microsoft.SqlServer.Types": "11.0.2", // "Microsoft.SqlServer.Types": "11.0.2",
"MySql.Data": "6.9.8", // "MySql.Data": "6.9.8",
"NHibernate": "4.0.4.4000", // "NHibernate": "4.0.4.4000",
"ServiceStack.OrmLite": "4.0.48", // "ServiceStack.OrmLite": "4.0.48",
"ServiceStack.OrmLite.SqlServer": "4.0.48", // "ServiceStack.OrmLite.SqlServer": "4.0.48",
"Simple.Data.Ado": "1.0.0-rc3", // "Simple.Data.Ado": "1.0.0-rc3",
"Simple.Data.Core": "1.0.0-rc3", // "Simple.Data.Core": "1.0.0-rc3",
"Simple.Data.SqlServer": "1.0.0-rc3", // "Simple.Data.SqlServer": "1.0.0-rc3",
"Soma": "1.8.0.7", // "Soma": "1.8.0.7",
"System.Data.SQLite": "1.0.99", // "System.Data.SQLite": "1.0.99",
"xunit": "1.9.2" // "xunit": "1.9.2"
} // }
}, //},
"net45": { //"net45": {
"compilationOptions": { // "compilationOptions": {
"define": [ // "define": [
"ASYNC", // "ASYNC",
"MYSQL", // "MYSQL",
"ENTITY_FRAMEWORK", // "ENTITY_FRAMEWORK",
"LINQ2SQL", // "LINQ2SQL",
"FIREBIRD", // "FIREBIRD",
"SQL_CE", // "SQL_CE",
"POSTGRESQL", // "POSTGRESQL",
"OLEDB", // "OLEDB",
"MASSIVE", // "MASSIVE",
"ORMLITE", // "ORMLITE",
"SOMA", // "SOMA",
"SIMPLEDATA", // "SIMPLEDATA",
"SQLITE", // "SQLITE",
"XUNIT2" // "XUNIT2"
] // ]
}, // },
"frameworkAssemblies": { // "frameworkAssemblies": {
"System.Configuration": "4.0.0.0", // "System.Configuration": "4.0.0.0",
"System.Data": "4.0.0.0", // "System.Data": "4.0.0.0",
"System.Data.Linq": "4.0.0.0", // "System.Data.Linq": "4.0.0.0",
"System.Runtime": "4.0.0.0", // "System.Runtime": "4.0.0.0",
"System.Xml": "4.0.0.0", // "System.Xml": "4.0.0.0",
"System.Xml.Linq": "4.0.0.0" // "System.Xml.Linq": "4.0.0.0"
}, // },
"dependencies": { // "dependencies": {
"Dapper.EntityFramework": { // "Dapper.EntityFramework": {
"target": "project" // "target": "project"
}, // },
"EntityFramework": "6.1.3", // "EntityFramework": "6.1.3",
"FirebirdSql.Data.FirebirdClient": "4.10.0", // "FirebirdSql.Data.FirebirdClient": "4.10.0",
"Microsoft.SqlServer.Compact": "4.0.8876.1", // "Microsoft.SqlServer.Compact": "4.0.8876.1",
"Microsoft.SqlServer.Types": "11.0.2", // "Microsoft.SqlServer.Types": "11.0.2",
"MySql.Data": "6.9.8", // "MySql.Data": "6.9.8",
"NHibernate": "4.0.4.4000", // "NHibernate": "4.0.4.4000",
"Npgsql": "3.0.5", // "Npgsql": "3.0.5",
"ServiceStack.OrmLite": "4.0.48", // "ServiceStack.OrmLite": "4.0.48",
"ServiceStack.OrmLite.SqlServer": "4.0.48", // "ServiceStack.OrmLite.SqlServer": "4.0.48",
"Simple.Data.Ado": "2.0.0-alpha1", // "Simple.Data.Ado": "2.0.0-alpha1",
"Simple.Data.Core": "2.0.0-alpha1", // "Simple.Data.Core": "2.0.0-alpha1",
"Simple.Data.SqlServer": "2.0.0-alpha1", // "Simple.Data.SqlServer": "2.0.0-alpha1",
"Soma": "1.8.0.7", // "Soma": "1.8.0.7",
"Susanoo.Core": "1.2.4", // "Susanoo.Core": "1.2.4",
"Susanoo.SqlServer": "1.2.4", // "Susanoo.SqlServer": "1.2.4",
"System.Data.SQLite": "1.0.99", // "System.Data.SQLite": "1.0.99",
"xunit": "2.1.0" // "xunit": "2.1.0"
} // }
}, //},
"dotnet5.4": { "netcoreapp1.0": {
"imports": [ "dnxcore50", "portable-net45+win8" ],
"compilationOptions": { "compilationOptions": {
"define": [ "ASYNC", "COREFX", "XUNIT2", "SQLITE" ] "define": [ "ASYNC", "COREFX", "XUNIT2", "SQLITE" ]
}, },
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-*", "Microsoft.NETCore.App": "1.0.0-rc2-24015",
"Microsoft.Data.Sqlite": "1.0.0-rc2-15948", "Microsoft.Data.Sqlite": "1.0.0-rc2-20597",
"System.Collections": "4.0.11-*", "xunit": "2.1.0",
"System.Console": "4.0.0-*", "dotnet-test-xunit": "1.0.0-rc2-*"
"System.Data.SqlClient": "4.0.0-*",
"System.Linq": "4.0.1-*",
"System.Runtime": "4.0.21-*",
"System.Text.RegularExpressions": "4.0.11-*",
"System.Threading": "4.0.11-*",
"System.Xml.XDocument": "4.0.11-*",
"System.Xml.XmlDocument": "4.0.1-*",
"xunit": "2.2.0-beta1-build3239"
} }
},
"dnx451": {
"compilationOptions": {
"define": [
"DNX",
"ASYNC",
"MYSQL",
"ENTITY_FRAMEWORK",
"LINQ2SQL",
"FIREBIRD",
"SQL_CE",
"POSTGRESQL",
"OLEDB",
"MASSIVE",
"ORMLITE",
"SOMA",
"SIMPLEDATA",
"XUNIT2",
"SQLITE"
]
},
"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.Data.Sqlite": "1.0.0-rc2-15948",
"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.Text.RegularExpressions": "4.0.11-*",
"xunit": "2.2.0-beta1-build3239",
"xunit.runner.dnx": "2.1.0-rc1-build204"
} }
}, },
"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
...@@ -43,26 +43,20 @@ ...@@ -43,26 +43,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.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-*"
} }
} }
} }
......
...@@ -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>
{ {
"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"
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment