diff options
author | crupest <crupest@outlook.com> | 2021-03-06 22:51:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-06 22:51:53 +0800 |
commit | 8f09e3172f249a9f5d229040415a0569e9d1c01b (patch) | |
tree | 59507331750831118e7caa071a10e1cb8fc1e627 /BackEnd/Timeline/Timeline.csproj | |
parent | 24c272403ba360f27acd68c2702c678a86063964 (diff) | |
download | timeline-8f09e3172f249a9f5d229040415a0569e9d1c01b.tar.gz timeline-8f09e3172f249a9f5d229040415a0569e9d1c01b.tar.bz2 timeline-8f09e3172f249a9f5d229040415a0569e9d1c01b.zip |
feat: Auto translate url in markdown post.
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 70536e00..6b565598 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -33,6 +33,7 @@ <ItemGroup>
<PackageReference Include="AutoMapper" Version="10.1.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.0" />
+ <PackageReference Include="Markdig" Version="0.23.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1">
<PrivateAssets>all</PrivateAssets>
|