diff --git a/Dapper/project.json b/Dapper/project.json index 10f45f6e0dede0899bcd68f093894e3c681fb143..43df327c28689c9cf3c982a6044ac442f58ecdad 100644 --- a/Dapper/project.json +++ b/Dapper/project.json @@ -18,13 +18,15 @@ "warningsAsErrors": true }, "frameworkAssemblies": { - "System.Data": "4.0.0.0" + "System.Data": "4.0.0.0", + "System.Xml": "4.0.0.0" } }, "net40": { "compilationOptions": { "warningsAsErrors": true }, "frameworkAssemblies": { - "System.Data": "4.0.0.0" + "System.Data": "4.0.0.0", + "System.Xml": "4.0.0.0" } }, "dnx451": { @@ -33,7 +35,8 @@ "warningsAsErrors": true }, "frameworkAssemblies": { - "System.Data": "4.0.0.0" + "System.Data": "4.0.0.0", + "System.Xml": "4.0.0.0" } }, "dnxcore50": {