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.Tests/packages.lock.json | |
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.Tests/packages.lock.json')
-rw-r--r-- | BackEnd/Timeline.Tests/packages.lock.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BackEnd/Timeline.Tests/packages.lock.json b/BackEnd/Timeline.Tests/packages.lock.json index 50b90c3c..bdcfaf35 100644 --- a/BackEnd/Timeline.Tests/packages.lock.json +++ b/BackEnd/Timeline.Tests/packages.lock.json @@ -127,6 +127,11 @@ "System.Xml.XmlDocument": "4.3.0"
}
},
+ "Markdig": {
+ "type": "Transitive",
+ "resolved": "0.23.0",
+ "contentHash": "jPPcnHGSDSedPvwZ6jiMJpvK3iJGA2djU6TFmEr6XK2BiYK1ier2lTHVwDt41XLxDbfGu5Dn42hKDzwqs049PA=="
+ },
"Microsoft.AspNetCore.Authorization": {
"type": "Transitive",
"resolved": "1.0.3",
@@ -1981,6 +1986,7 @@ "dependencies": {
"AutoMapper": "10.1.1",
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.1.0",
+ "Markdig": "0.23.0",
"Microsoft.AspNetCore.SpaServices.Extensions": "5.0.0",
"Microsoft.EntityFrameworkCore": "5.0.0",
"Microsoft.EntityFrameworkCore.Analyzers": "5.0.0",
|