feat: parse html for url

This commit is contained in:
2025-07-15 05:29:18 +00:00
parent 1117a1ffa9
commit 7f126eb649
30 changed files with 457 additions and 0 deletions

View File

@@ -0,0 +1,72 @@
{
"format": 1,
"restore": {
"/root/development/ramp-application/HiddenUrl/HiddenUrl.csproj": {}
},
"projects": {
"/root/development/ramp-application/HiddenUrl/HiddenUrl.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/root/development/ramp-application/HiddenUrl/HiddenUrl.csproj",
"projectName": "HiddenUrl",
"projectPath": "/root/development/ramp-application/HiddenUrl/HiddenUrl.csproj",
"packagesPath": "/root/.nuget/packages/",
"outputPath": "/root/development/ramp-application/HiddenUrl/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/root/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"HtmlAgilityPack": {
"target": "Package",
"version": "[1.12.1, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.411/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}