Removing unneeded Yaml reference from Orchard.Framework.Tests.

--HG--
branch : perf
This commit is contained in:
Suha Can
2010-11-18 17:01:56 -08:00
parent bd8f49c31d
commit cc6b152b74
2 changed files with 1 additions and 10 deletions

View File

@@ -1,13 +1,8 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.IO;
using System.Linq;
using NUnit.Framework;
using Orchard.Caching;
using Orchard.Environment.Extensions.Folders;
using Orchard.FileSystems.WebSite;
using Orchard.Tests.Stubs;
using Yaml.Grammar;
namespace Orchard.Tests.Environment.Extensions {
[TestFixture]

View File

@@ -152,10 +152,6 @@
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="Yaml, Version=1.0.3370.39839, Culture=neutral, PublicKeyToken=187a3d240e44a135, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\yaml\Yaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Caching\CacheScopeTests.cs" />