mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Moved MSTranslitTools to Orchard NuGet Feed.
This commit is contained in:
parent
93417d41b5
commit
74adc571aa
lib/mstranslittools
src/Orchard.Web/Modules/Orchard.Localization
Binary file not shown.
@ -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" />
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user