Moved NuGet.Core to Orchard NuGet Feed

This commit is contained in:
Rob King
2015-12-16 16:45:28 +00:00
parent 78ffff1785
commit 6a2b56e714
10 changed files with 8 additions and 209 deletions

View File

@@ -130,9 +130,9 @@
<HintPath>..\packages\NHibernate.4.0.1.4000\lib\net40\NHibernate.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NuGet.Core, Version=1.0.11220.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\nuget\NuGet.Core.dll</HintPath>
<Reference Include="NuGet.Core, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Orchard.NuGet.Core.1.1.0.0\lib\NuGet.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>

View File

@@ -16,5 +16,6 @@
<package id="NHibernate" version="4.0.1.4000" targetFramework="net451" />
<package id="NUnit" version="2.5.10.11092" targetFramework="net451" />
<package id="Orchard.FluentPath" version="1.0.0.1" targetFramework="net451" />
<package id="Orchard.NuGet.Core" version="1.1.0.0" targetFramework="net451" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net451" />
</packages>