diff --git a/packages/repositories.config b/packages/repositories.config new file mode 100644 index 0000000..5d74d81 --- /dev/null +++ b/packages/repositories.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/Spring.Http.Converters.NJson/Spring.Http.Converters.NJson.2012-NET45.csproj b/src/Spring.Http.Converters.NJson/Spring.Http.Converters.NJson.2012-NET45.csproj index bde721e..d732ad1 100644 --- a/src/Spring.Http.Converters.NJson/Spring.Http.Converters.NJson.2012-NET45.csproj +++ b/src/Spring.Http.Converters.NJson/Spring.Http.Converters.NJson.2012-NET45.csproj @@ -95,8 +95,16 @@ false - - ..\..\lib\net\4.0\Newtonsoft.Json.dll + + False + ..\..\packages\Common.Logging.3.1.0\lib\net40\Common.Logging.dll + + + ..\..\packages\Common.Logging.Core.3.1.0\lib\net40\Common.Logging.Core.dll + + + False + ..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll @@ -114,6 +122,9 @@ Spring.Rest.2012-NET45 + + + diff --git a/src/Spring.Http.Converters.NJson/packages.config b/src/Spring.Http.Converters.NJson/packages.config new file mode 100644 index 0000000..747efc5 --- /dev/null +++ b/src/Spring.Http.Converters.NJson/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/Spring.Rest.Testing/Spring.Rest.Testing.2012-NET45.csproj b/src/Spring.Rest.Testing/Spring.Rest.Testing.2012-NET45.csproj index 92b711e..43cc88f 100644 --- a/src/Spring.Rest.Testing/Spring.Rest.Testing.2012-NET45.csproj +++ b/src/Spring.Rest.Testing/Spring.Rest.Testing.2012-NET45.csproj @@ -95,6 +95,13 @@ false + + False + ..\..\packages\Common.Logging.3.1.0\lib\net40\Common.Logging.dll + + + ..\..\packages\Common.Logging.Core.3.1.0\lib\net40\Common.Logging.Core.dll + System @@ -124,7 +131,9 @@ Spring.Rest.2012-NET45 - + + + diff --git a/src/Spring.Rest/Spring.Rest.2012-NET45.csproj b/src/Spring.Rest/Spring.Rest.2012-NET45.csproj index 83d2171..f44317a 100644 --- a/src/Spring.Rest/Spring.Rest.2012-NET45.csproj +++ b/src/Spring.Rest/Spring.Rest.2012-NET45.csproj @@ -95,8 +95,12 @@ false - - ..\..\lib\net\2.0\Common.Logging.dll + + False + ..\..\packages\Common.Logging.3.1.0\lib\net40\Common.Logging.dll + + + ..\..\packages\Common.Logging.Core.3.1.0\lib\net40\Common.Logging.Core.dll System @@ -243,6 +247,9 @@ + + + diff --git a/src/Spring.Rest/packages.config b/src/Spring.Rest/packages.config new file mode 100644 index 0000000..88c7729 --- /dev/null +++ b/src/Spring.Rest/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/test/Spring.Rest.Tests/Http/Converters/Xml/XmlSerializableHttpMessageConverterTests.cs b/test/Spring.Rest.Tests/Http/Converters/Xml/XmlSerializableHttpMessageConverterTests.cs index 9c2d9b9..982d5e2 100644 --- a/test/Spring.Rest.Tests/Http/Converters/Xml/XmlSerializableHttpMessageConverterTests.cs +++ b/test/Spring.Rest.Tests/Http/Converters/Xml/XmlSerializableHttpMessageConverterTests.cs @@ -76,7 +76,7 @@ public void Read() [Test] public void Write() { - string expectedBody = "1Bruno Baïa"; + string expectedBody = "1Bruno Baïa"; CustomClass body = new CustomClass("1", "Bruno Baïa"); MockHttpOutputMessage message = new MockHttpOutputMessage(); diff --git a/test/Spring.Rest.Tests/Spring.Rest.Tests.2012-NET45.csproj b/test/Spring.Rest.Tests/Spring.Rest.Tests.2012-NET45.csproj index 7788399..e661878 100644 --- a/test/Spring.Rest.Tests/Spring.Rest.Tests.2012-NET45.csproj +++ b/test/Spring.Rest.Tests/Spring.Rest.Tests.2012-NET45.csproj @@ -96,18 +96,24 @@ false - - ..\..\lib\net\2.0\Common.Logging.dll + + False + ..\..\packages\Common.Logging.3.1.0\lib\net40\Common.Logging.dll + + + ..\..\packages\Common.Logging.Core.3.1.0\lib\net40\Common.Logging.Core.dll - - ..\..\lib\net\4.0\Newtonsoft.Json.dll + + False + ..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll - + False - ..\..\lib\net\2.0\nunit.framework.dll + ..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll - - ..\..\lib\net\2.0\Rhino.Mocks.dll + + False + ..\..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll System @@ -182,6 +188,7 @@ + Always diff --git a/test/Spring.Rest.Tests/packages.config b/test/Spring.Rest.Tests/packages.config new file mode 100644 index 0000000..1410d90 --- /dev/null +++ b/test/Spring.Rest.Tests/packages.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file