From 408f1b4ff95beecfc2b02d81c8a7d1726bd18a08 Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Wed, 18 Jul 2012 11:35:15 -0400 Subject: [PATCH] SPRNET-1514 fixing missing ref to System.Core for .net 3.5 --- test/Spring/Spring.Core.Tests/Spring.Core.Tests.2008.csproj | 3 +++ test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2008.csproj b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2008.csproj index 25131925..0c4a138c 100644 --- a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2008.csproj +++ b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2008.csproj @@ -87,6 +87,9 @@ System + + 3.5 + System.Data diff --git a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj index 9a00d45b..80c70a18 100644 --- a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj +++ b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj @@ -358,7 +358,7 @@ - + Code