summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-08 13:39:18 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-08 14:00:30 -0800
commit08c8490c65e723d0488344f6ef6376d7b5b9ead2 (patch)
tree977ec2b089df437f4c1801010a10adbd24dbd86a
parentf593374502125952ccab614aa0034c451abb0ce7 (diff)
downloadDotNetOpenAuth-08c8490c65e723d0488344f6ef6376d7b5b9ead2.zip
DotNetOpenAuth-08c8490c65e723d0488344f6ef6376d7b5b9ead2.tar.gz
DotNetOpenAuth-08c8490c65e723d0488344f6ef6376d7b5b9ead2.tar.bz2
NUnit project now builds while targeting both v3.5 and v4.0.
-rw-r--r--src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
index 9ced3a3..632d2fd 100644
--- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
+++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
@@ -4,7 +4,6 @@
<ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)\..\..\</ProjectRoot>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<Import Project="$(ProjectRoot)tools\DotNetOpenAuth.props" />
<PropertyGroup>
@@ -143,7 +142,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\log4net.dll</HintPath>
</Reference>
- <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
+ <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
<Reference Include="Moq, Version=3.1.416.3, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Moq.dll</HintPath>