qinchulong
2024-10-12 b17d60113095491a95557f6f785cb1c0e744e8cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
{
  "version": 3,
  "targets": {
    "net6.0": {
      "LogLibrary/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "compile": {
          "bin/placeholder/LogLibrary.dll": {}
        },
        "runtime": {
          "bin/placeholder/LogLibrary.dll": {}
        }
      },
      "WIDESEA_Common/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "compile": {
          "bin/placeholder/WIDESEA_Common.dll": {}
        },
        "runtime": {
          "bin/placeholder/WIDESEA_Common.dll": {}
        }
      },
      "WIDESEA_Core/1.0.1": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "compile": {
          "bin/placeholder/WIDESEA_Core.dll": {}
        },
        "runtime": {
          "bin/placeholder/WIDESEA_Core.dll": {}
        }
      },
      "WIDESEA_DTO/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "dependencies": {
          "WIDESEA_Model": "1.0.0"
        },
        "compile": {
          "bin/placeholder/WIDESEA_DTO.dll": {}
        },
        "runtime": {
          "bin/placeholder/WIDESEA_DTO.dll": {}
        }
      },
      "WIDESEA_IBusinessesRepository/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "dependencies": {
          "WIDESEA_Core": "1.0.1",
          "WIDESEA_Model": "1.0.0"
        },
        "compile": {
          "bin/placeholder/WIDESEA_IBusinessesRepository.dll": {}
        },
        "runtime": {
          "bin/placeholder/WIDESEA_IBusinessesRepository.dll": {}
        }
      },
      "WIDESEA_IBusinessServices/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "dependencies": {
          "WIDESEA_Core": "1.0.1",
          "WIDESEA_Model": "1.0.0"
        },
        "compile": {
          "bin/placeholder/WIDESEA_IBusinessServices.dll": {}
        },
        "runtime": {
          "bin/placeholder/WIDESEA_IBusinessServices.dll": {}
        }
      },
      "WIDESEA_IRepository/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "dependencies": {
          "WIDESEA_DTO": "1.0.0"
        },
        "compile": {
          "bin/placeholder/WIDESEA_IRepository.dll": {}
        },
        "runtime": {
          "bin/placeholder/WIDESEA_IRepository.dll": {}
        }
      },
      "WIDESEA_IServices/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "dependencies": {
          "WIDESEA_Repository": "1.0.0"
        },
        "compile": {
          "bin/placeholder/WIDESEA_IServices.dll": {}
        },
        "runtime": {
          "bin/placeholder/WIDESEA_IServices.dll": {}
        }
      },
      "WIDESEA_Model/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "dependencies": {
          "WIDESEA_Common": "1.0.0",
          "WIDESEA_Core": "1.0.1"
        },
        "compile": {
          "bin/placeholder/WIDESEA_Model.dll": {}
        },
        "runtime": {
          "bin/placeholder/WIDESEA_Model.dll": {}
        }
      },
      "WIDESEA_Repository/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v6.0",
        "dependencies": {
          "WIDESEA_IRepository": "1.0.0"
        },
        "compile": {
          "bin/placeholder/WIDESEA_Repository.dll": {}
        },
        "runtime": {
          "bin/placeholder/WIDESEA_Repository.dll": {}
        }
      }
    }
  },
  "libraries": {
    "LogLibrary/1.0.0": {
      "type": "project",
      "path": "../LogLibrary/LogLibrary.csproj",
      "msbuildProject": "../LogLibrary/LogLibrary.csproj"
    },
    "WIDESEA_Common/1.0.0": {
      "type": "project",
      "path": "../WIDESEA_Common/WIDESEA_Common.csproj",
      "msbuildProject": "../WIDESEA_Common/WIDESEA_Common.csproj"
    },
    "WIDESEA_Core/1.0.1": {
      "type": "project",
      "path": "../WIDESEA_Core/WIDESEA_Core.csproj",
      "msbuildProject": "../WIDESEA_Core/WIDESEA_Core.csproj"
    },
    "WIDESEA_DTO/1.0.0": {
      "type": "project",
      "path": "../WIDESEA_DTO/WIDESEA_DTO.csproj",
      "msbuildProject": "../WIDESEA_DTO/WIDESEA_DTO.csproj"
    },
    "WIDESEA_IBusinessesRepository/1.0.0": {
      "type": "project",
      "path": "../WIDESEA_IBusinessesRepository/WIDESEA_IBusinessesRepository.csproj",
      "msbuildProject": "../WIDESEA_IBusinessesRepository/WIDESEA_IBusinessesRepository.csproj"
    },
    "WIDESEA_IBusinessServices/1.0.0": {
      "type": "project",
      "path": "../WIDESEA_IBusinessServices/WIDESEA_IBusinessServices.csproj",
      "msbuildProject": "../WIDESEA_IBusinessServices/WIDESEA_IBusinessServices.csproj"
    },
    "WIDESEA_IRepository/1.0.0": {
      "type": "project",
      "path": "../WIDESEA_IRepository/WIDESEA_IRepository.csproj",
      "msbuildProject": "../WIDESEA_IRepository/WIDESEA_IRepository.csproj"
    },
    "WIDESEA_IServices/1.0.0": {
      "type": "project",
      "path": "../WIDESEA_IServices/WIDESEA_IServices.csproj",
      "msbuildProject": "../WIDESEA_IServices/WIDESEA_IServices.csproj"
    },
    "WIDESEA_Model/1.0.0": {
      "type": "project",
      "path": "../WIDESEA_Model/WIDESEA_Model.csproj",
      "msbuildProject": "../WIDESEA_Model/WIDESEA_Model.csproj"
    },
    "WIDESEA_Repository/1.0.0": {
      "type": "project",
      "path": "../WIDESEA_Repository/WIDESEA_Repository.csproj",
      "msbuildProject": "../WIDESEA_Repository/WIDESEA_Repository.csproj"
    }
  },
  "projectFileDependencyGroups": {
    "net6.0": [
      "LogLibrary >= 1.0.0",
      "WIDESEA_IBusinessServices >= 1.0.0",
      "WIDESEA_IBusinessesRepository >= 1.0.0",
      "WIDESEA_IServices >= 1.0.0"
    ]
  },
  "packageFolders": {
    "C:\\Users\\Administrator\\.nuget\\packages\\": {},
    "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
    "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {}
  },
  "project": {
    "version": "1.0.0",
    "restore": {
      "projectUniqueName": "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\WIDESEA_Services\\WIDESEA_Services.csproj",
      "projectName": "WIDESEA_Services",
      "projectPath": "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\WIDESEA_Services\\WIDESEA_Services.csproj",
      "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
      "outputPath": "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\WIDESEA_Services\\obj\\",
      "projectStyle": "PackageReference",
      "fallbackFolders": [
        "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
        "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
      ],
      "configFilePaths": [
        "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
        "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 18.1.config",
        "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
        "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
        "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
      ],
      "originalTargetFrameworks": [
        "net6.0"
      ],
      "sources": {
        "C:\\Program Files (x86)\\DevExpress 18.1\\Components\\System\\Components\\Packages": {},
        "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
        "https://api.nuget.org/v3/index.json": {}
      },
      "frameworks": {
        "net6.0": {
          "targetAlias": "net6.0",
          "projectReferences": {
            "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\LogLibrary\\LogLibrary.csproj": {
              "projectPath": "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\LogLibrary\\LogLibrary.csproj"
            },
            "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\WIDESEA_IBusinessesRepository\\WIDESEA_IBusinessesRepository.csproj": {
              "projectPath": "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\WIDESEA_IBusinessesRepository\\WIDESEA_IBusinessesRepository.csproj"
            },
            "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\WIDESEA_IBusinessServices\\WIDESEA_IBusinessServices.csproj": {
              "projectPath": "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\WIDESEA_IBusinessServices\\WIDESEA_IBusinessServices.csproj"
            },
            "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\WIDESEA_IServices\\WIDESEA_IServices.csproj": {
              "projectPath": "F:\\Git项目\\Infrastructure\\WIDESEA_WMSServer\\WIDESEA_IServices\\WIDESEA_IServices.csproj"
            }
          }
        }
      },
      "warningProperties": {
        "warnAsError": [
          "NU1605"
        ]
      }
    },
    "frameworks": {
      "net6.0": {
        "targetAlias": "net6.0",
        "imports": [
          "net461",
          "net462",
          "net47",
          "net471",
          "net472",
          "net48"
        ],
        "assetTargetFallback": true,
        "warn": true,
        "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
      }
    }
  }
}