Commit a1d75c82 authored by Marc Gravell's avatar Marc Gravell

Dapper.EF.StrongName: should snk for *all* builds!

parent aca965c3
......@@ -24,6 +24,7 @@
"buildOptions": {
"xmlDoc": true,
"warningsAsErrors": true,
"keyFile": "../Dapper.snk",
"compile": {
"include": [
"../Dapper.EntityFramework/**/*.cs"
......@@ -48,7 +49,6 @@
},
"net45": {
"buildOptions": {
"keyFile": "../Dapper.snk",
"define": [ "ASYNC" ]
},
"frameworkAssemblies": {
......
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