From e743d345b4e8a90c4ac3d3abc6bff27d6922a2b6 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Tue, 28 Jun 2011 13:07:42 +1000 Subject: [PATCH] depending on data annotations is a mistake, it is not in client profile --- Dapper.Contrib.Tests/Dapper.Contrib.Tests.csproj | 1 - Dapper.Contrib.Tests/Tests.cs | 3 +-- Dapper.Contrib/Dapper.Contrib.csproj | 6 ++++-- Dapper.Contrib/Dapper.Contrib.nuspec | 2 +- Dapper.Contrib/SqlMapperExtensions.cs | 7 ++++++- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Dapper.Contrib.Tests/Dapper.Contrib.Tests.csproj b/Dapper.Contrib.Tests/Dapper.Contrib.Tests.csproj index b2d57ee..3be42f0 100644 --- a/Dapper.Contrib.Tests/Dapper.Contrib.Tests.csproj +++ b/Dapper.Contrib.Tests/Dapper.Contrib.Tests.csproj @@ -43,7 +43,6 @@ - False diff --git a/Dapper.Contrib.Tests/Tests.cs b/Dapper.Contrib.Tests/Tests.cs index 1c4f684..653569a 100644 --- a/Dapper.Contrib.Tests/Tests.cs +++ b/Dapper.Contrib.Tests/Tests.cs @@ -1,5 +1,4 @@ -using System.ComponentModel.DataAnnotations; -using System.Data; +using System.Data; using System.Data.SqlServerCe; using System.IO; using System.Linq; diff --git a/Dapper.Contrib/Dapper.Contrib.csproj b/Dapper.Contrib/Dapper.Contrib.csproj index f57115b..2edce6a 100644 --- a/Dapper.Contrib/Dapper.Contrib.csproj +++ b/Dapper.Contrib/Dapper.Contrib.csproj @@ -40,7 +40,6 @@ - @@ -49,7 +48,7 @@ - + @@ -58,6 +57,9 @@ Dapper + + +