Using Markdown Nuget package

Fixes #6380
This commit is contained in:
Sebastien Ros 2016-03-30 14:18:53 -07:00
parent 07b6a44426
commit db780bb2ba
3 changed files with 5 additions and 1830 deletions

File diff suppressed because it is too large Load Diff

View File

@ -49,6 +49,10 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MarkdownSharp, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\StackExchange.MarkdownSharp.1.5.1.0\lib\net35\MarkdownSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
<Private>True</Private>
@ -150,7 +154,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Handlers\MarkdownSiteSettingsPartHandler.cs" />
<Compile Include="Markdown.cs" />
<Compile Include="Migrations.cs" />
<Compile Include="Models\MarkdownSiteSettingsPart.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />

View File

@ -4,4 +4,5 @@
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net452" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net452" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net452" />
<package id="StackExchange.MarkdownSharp" version="1.5.1.0" targetFramework="net452" />
</packages>