Moved MSTranslitTools to Orchard NuGet Feed.

This commit is contained in:
Rob King 2015-12-16 10:35:30 +00:00
parent 93417d41b5
commit 74adc571aa
3 changed files with 4 additions and 2 deletions
lib/mstranslittools
src/Orchard.Web/Modules/Orchard.Localization

View File

@ -53,8 +53,9 @@
<HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MSTranslitTools">
<HintPath>..\..\..\..\lib\mstranslittools\MSTranslitTools.DLL</HintPath>
<Reference Include="MSTranslitTools, Version=6.0.0.0, Culture=neutral, PublicKeyToken=66f9a1cf678daf62">
<HintPath>..\..\..\packages\Orchard.MSTranslitTools.6.0.0.0\lib\MSTranslitTools.DLL</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />

View File

@ -4,4 +4,5 @@
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
<package id="Orchard.MSTranslitTools" version="6.0.0.0" targetFramework="net451" />
</packages>