Commit fd050a59 authored by Marc Gravell's avatar Marc Gravell

Don't attempt to load native assemblies on DNX

parent 9a422f16
......@@ -120,7 +120,7 @@ static TestSuite()
#endif
Console.WriteLine("Dapper: " + typeof(SqlMapper).AssemblyQualifiedName);
Console.WriteLine("Using Connectionstring: {0}", ConnectionString);
#if !COREFX
#if !(COREFX || DNX)
Console.Write("Loading native assemblies for SQL types...");
try {
Utilities.LoadNativeAssemblies(AppDomain.CurrentDomain.BaseDirectory);
......
......@@ -129,6 +129,7 @@
"dnx451": {
"compilationOptions": {
"define": [
"DNX",
"ASYNC",
"MYSQL",
"ENTITY_FRAMEWORK",
......
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