updated spellcheck

This commit is contained in:
reven
2022-01-10 10:45:33 +13:00
parent 3762e7bba1
commit ac5ca8dcd7
6 changed files with 64 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,52 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"spellcheck/1.0.0": {
"dependencies": {
"WeCantSpell.Hunspell": "3.0.1"
},
"runtime": {
"spellcheck.dll": {}
}
},
"System.Memory/4.5.1": {},
"WeCantSpell.Hunspell/3.0.1": {
"dependencies": {
"System.Memory": "4.5.1"
},
"runtime": {
"lib/netstandard2.0/WeCantSpell.Hunspell.dll": {
"assemblyVersion": "3.0.1.0",
"fileVersion": "3.0.1.0"
}
}
}
}
},
"libraries": {
"spellcheck/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"System.Memory/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-sDJYJpGtTgx+23Ayu5euxG5mAXWdkDb4+b0rD0Cab0M1oQS9H0HXGPriKcqpXuiJDTV7fTp/d+fMDJmnr6sNvA==",
"path": "system.memory/4.5.1",
"hashPath": "system.memory.4.5.1.nupkg.sha512"
},
"WeCantSpell.Hunspell/3.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-guVwsDstyatfSrF3pcRvBecKAOAHg2/V/kpQlzUEa/09xgsfyMeDzV/W8iFHR5HpzPCOEYsHtRtpWLP+OZAiiw==",
"path": "wecantspell.hunspell/3.0.1",
"hashPath": "wecantspell.hunspell.3.0.1.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}