SPRNET-1514 fixing missing ref to System.Core for .net 3.5

This commit is contained in:
Steve Bohlen
2012-07-18 11:35:15 -04:00
parent 19fd1876d8
commit 408f1b4ff9
2 changed files with 4 additions and 1 deletions

View File

@@ -87,6 +87,9 @@
<Name>System</Name>
</Reference>
<Reference Include="System.configuration" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>

View File

@@ -358,7 +358,7 @@
<Compile Include="Objects\LazyTestObject.cs" />
<Compile Include="Objects\Support\AbstractSharedStateFactoryTests.cs" />
<Compile Include="Objects\Support\ByTypeSharedStateProviderTests.cs" />
<Compile Include="Objects\Support\DelegatingFactoryObjectTests.cs" />
<Compile Include="Objects\Factory\Support\DelegatingFactoryObjectTests.cs" />
<Compile Include="Objects\Support\MethodInvokerTests.cs">
<SubType>Code</SubType>
</Compile>