init commit

This commit is contained in:
2026-08-04 06:56:44 -06:00
commit 4862002cd7
50 changed files with 2194 additions and 0 deletions
+100
View File
@@ -0,0 +1,100 @@
{
"version": 3,
"targets": {
"net7.0": {
"Crayon/2.0.69": {
"type": "package",
"compile": {
"lib/netstandard2.0/Crayon.dll": {}
},
"runtime": {
"lib/netstandard2.0/Crayon.dll": {}
}
}
}
},
"libraries": {
"Crayon/2.0.69": {
"sha512": "eJHxoMTfhZs1782YUIMafXIDTPcTwAV5I3MNsl2d4Mn61/h3ABPMSzHwzigL/NO7BrCKRoP4gHJuERpLHdSCvg==",
"type": "package",
"path": "crayon/2.0.69",
"files": [
".nupkg.metadata",
".signature.p7s",
"crayon.2.0.69.nupkg.sha512",
"crayon.nuspec",
"lib/netstandard2.0/Crayon.dll"
]
}
},
"projectFileDependencyGroups": {
"net7.0": [
"Crayon >= 2.0.69"
]
},
"packageFolders": {
"/Users/marcuswalker/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/Users/marcuswalker/Documents/2410-Contacts/Contacts.csproj",
"projectName": "Contacts",
"projectPath": "/Users/marcuswalker/Documents/2410-Contacts/Contacts.csproj",
"packagesPath": "/Users/marcuswalker/.nuget/packages/",
"outputPath": "/Users/marcuswalker/Documents/2410-Contacts/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/Users/marcuswalker/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net7.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net7.0": {
"targetAlias": "net7.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net7.0": {
"targetAlias": "net7.0",
"dependencies": {
"Crayon": {
"target": "Package",
"version": "[2.0.69, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.AspNetCore.App": {
"privateAssets": "none"
},
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.203/RuntimeIdentifierGraph.json"
}
}
}
}