Skip to content

Commit ad2e66c

Browse files
author
darkmmatex
committed
Upload Files
1 parent fad9b27 commit ad2e66c

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"version": 3,
3+
"targets": {
4+
"net5.0": {}
5+
},
6+
"libraries": {},
7+
"projectFileDependencyGroups": {
8+
"net5.0": []
9+
},
10+
"packageFolders": {
11+
"C:\\Users\\LW\\.nuget\\packages\\": {},
12+
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
13+
},
14+
"project": {
15+
"version": "1.0.0",
16+
"restore": {
17+
"projectUniqueName": "D:\\GithubNew\\2\\KeyAuth\\KeyAuth\\Kroma-KeyAuth\\Kroma-KeyAuth.csproj",
18+
"projectName": "Kroma-KeyAuth",
19+
"projectPath": "D:\\GithubNew\\2\\KeyAuth\\KeyAuth\\Kroma-KeyAuth\\Kroma-KeyAuth.csproj",
20+
"packagesPath": "C:\\Users\\LW\\.nuget\\packages\\",
21+
"outputPath": "D:\\GithubNew\\2\\KeyAuth\\KeyAuth\\Kroma-KeyAuth\\obj\\",
22+
"projectStyle": "PackageReference",
23+
"fallbackFolders": [
24+
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
25+
],
26+
"configFilePaths": [
27+
"C:\\Users\\LW\\AppData\\Roaming\\NuGet\\NuGet.Config",
28+
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
29+
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
30+
],
31+
"originalTargetFrameworks": [
32+
"net5.0"
33+
],
34+
"sources": {
35+
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
36+
"https://api.nuget.org/v3/index.json": {}
37+
},
38+
"frameworks": {
39+
"net5.0": {
40+
"targetAlias": "net5.0",
41+
"projectReferences": {}
42+
}
43+
},
44+
"warningProperties": {
45+
"warnAsError": [
46+
"NU1605"
47+
]
48+
},
49+
"restoreAuditProperties": {
50+
"enableAudit": "true",
51+
"auditLevel": "low",
52+
"auditMode": "direct"
53+
},
54+
"SdkAnalysisLevel": "9.0.100"
55+
},
56+
"frameworks": {
57+
"net5.0": {
58+
"targetAlias": "net5.0",
59+
"imports": [
60+
"net461",
61+
"net462",
62+
"net47",
63+
"net471",
64+
"net472",
65+
"net48",
66+
"net481"
67+
],
68+
"assetTargetFallback": true,
69+
"warn": true,
70+
"frameworkReferences": {
71+
"Microsoft.NETCore.App": {
72+
"privateAssets": "all"
73+
}
74+
},
75+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101\\RuntimeIdentifierGraph.json"
76+
}
77+
}
78+
}
79+
}

0 commit comments

Comments
 (0)