From 6de0ca4055e2e773ba05af4341b1acb3df44378e Mon Sep 17 00:00:00 2001 From: Greg Edwards Date: Mon, 22 Sep 2014 02:34:07 -0400 Subject: [PATCH] Target .NET 4.0 in sample project. --- Sample/Sample.csproj | 8 ++++---- Sample/Web.config | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Sample/Sample.csproj b/Sample/Sample.csproj index 26ea748..5796f0d 100644 --- a/Sample/Sample.csproj +++ b/Sample/Sample.csproj @@ -13,12 +13,13 @@ Properties Sample Sample - v4.5 + v4.0 true + true @@ -39,22 +40,21 @@ + - - - + diff --git a/Sample/Web.config b/Sample/Web.config index bfb640d..742a925 100644 --- a/Sample/Web.config +++ b/Sample/Web.config @@ -1,11 +1,11 @@ - + - - + + \ No newline at end of file