You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Tests.csproj.nuget.dgspec.json 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. {
  2. "format": 1,
  3. "restore": {
  4. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Tests\\Tests.csproj": {}
  5. },
  6. "projects": {
  7. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Business\\Diligent.WebAPI.Business.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Business\\Diligent.WebAPI.Business.csproj",
  11. "projectName": "Diligent.WebAPI.Business",
  12. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Business\\Diligent.WebAPI.Business.csproj",
  13. "packagesPath": "C:\\Users\\meris.ahmatovic\\.nuget\\packages\\",
  14. "outputPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Business\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "configFilePaths": [
  17. "C:\\Users\\meris.ahmatovic\\AppData\\Roaming\\NuGet\\NuGet.Config",
  18. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  19. ],
  20. "originalTargetFrameworks": [
  21. "net6.0"
  22. ],
  23. "sources": {
  24. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  25. "https://api.nuget.org/v3/index.json": {}
  26. },
  27. "frameworks": {
  28. "net6.0": {
  29. "targetAlias": "net6.0",
  30. "projectReferences": {
  31. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\Diligent.WebAPI.Data.csproj": {
  32. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\Diligent.WebAPI.Data.csproj"
  33. }
  34. }
  35. }
  36. },
  37. "warningProperties": {
  38. "warnAsError": [
  39. "NU1605"
  40. ]
  41. }
  42. },
  43. "frameworks": {
  44. "net6.0": {
  45. "targetAlias": "net6.0",
  46. "dependencies": {
  47. "AutoMapper": {
  48. "target": "Package",
  49. "version": "[11.0.1, )"
  50. },
  51. "AutoMapper.Extensions.Microsoft.DependencyInjection": {
  52. "target": "Package",
  53. "version": "[11.0.0, )"
  54. },
  55. "MongoDB.Driver": {
  56. "target": "Package",
  57. "version": "[2.16.1, )"
  58. }
  59. },
  60. "imports": [
  61. "net461",
  62. "net462",
  63. "net47",
  64. "net471",
  65. "net472",
  66. "net48"
  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\\6.0.300\\RuntimeIdentifierGraph.json"
  76. }
  77. }
  78. },
  79. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\Diligent.WebAPI.Data.csproj": {
  80. "version": "1.0.0",
  81. "restore": {
  82. "projectUniqueName": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\Diligent.WebAPI.Data.csproj",
  83. "projectName": "Diligent.WebAPI.Data",
  84. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\Diligent.WebAPI.Data.csproj",
  85. "packagesPath": "C:\\Users\\meris.ahmatovic\\.nuget\\packages\\",
  86. "outputPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\obj\\",
  87. "projectStyle": "PackageReference",
  88. "configFilePaths": [
  89. "C:\\Users\\meris.ahmatovic\\AppData\\Roaming\\NuGet\\NuGet.Config",
  90. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  91. ],
  92. "originalTargetFrameworks": [
  93. "net6.0"
  94. ],
  95. "sources": {
  96. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  97. "https://api.nuget.org/v3/index.json": {}
  98. },
  99. "frameworks": {
  100. "net6.0": {
  101. "targetAlias": "net6.0",
  102. "projectReferences": {}
  103. }
  104. },
  105. "warningProperties": {
  106. "warnAsError": [
  107. "NU1605"
  108. ]
  109. }
  110. },
  111. "frameworks": {
  112. "net6.0": {
  113. "targetAlias": "net6.0",
  114. "dependencies": {
  115. "AspNetCore.Identity.MongoDbCore": {
  116. "target": "Package",
  117. "version": "[3.1.2, )"
  118. },
  119. "AutoMapper": {
  120. "target": "Package",
  121. "version": "[11.0.1, )"
  122. },
  123. "AutoMapper.Extensions.Microsoft.DependencyInjection": {
  124. "target": "Package",
  125. "version": "[11.0.0, )"
  126. },
  127. "Microsoft.AspNetCore": {
  128. "target": "Package",
  129. "version": "[2.2.0, )"
  130. },
  131. "Microsoft.EntityFrameworkCore.SqlServer": {
  132. "target": "Package",
  133. "version": "[6.0.3, )"
  134. },
  135. "Microsoft.EntityFrameworkCore.Tools": {
  136. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  137. "suppressParent": "All",
  138. "target": "Package",
  139. "version": "[6.0.3, )"
  140. },
  141. "MongoDB.Driver": {
  142. "target": "Package",
  143. "version": "[2.16.1, )"
  144. }
  145. },
  146. "imports": [
  147. "net461",
  148. "net462",
  149. "net47",
  150. "net471",
  151. "net472",
  152. "net48"
  153. ],
  154. "assetTargetFallback": true,
  155. "warn": true,
  156. "frameworkReferences": {
  157. "Microsoft.NETCore.App": {
  158. "privateAssets": "all"
  159. }
  160. },
  161. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json"
  162. }
  163. }
  164. },
  165. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Host\\Diligent.WebAPI.Host.csproj": {
  166. "version": "1.0.0",
  167. "restore": {
  168. "projectUniqueName": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Host\\Diligent.WebAPI.Host.csproj",
  169. "projectName": "Diligent.WebAPI.Host",
  170. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Host\\Diligent.WebAPI.Host.csproj",
  171. "packagesPath": "C:\\Users\\meris.ahmatovic\\.nuget\\packages\\",
  172. "outputPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Host\\obj\\",
  173. "projectStyle": "PackageReference",
  174. "configFilePaths": [
  175. "C:\\Users\\meris.ahmatovic\\AppData\\Roaming\\NuGet\\NuGet.Config",
  176. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  177. ],
  178. "originalTargetFrameworks": [
  179. "net6.0"
  180. ],
  181. "sources": {
  182. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  183. "https://api.nuget.org/v3/index.json": {}
  184. },
  185. "frameworks": {
  186. "net6.0": {
  187. "targetAlias": "net6.0",
  188. "projectReferences": {
  189. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Business\\Diligent.WebAPI.Business.csproj": {
  190. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Business\\Diligent.WebAPI.Business.csproj"
  191. },
  192. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\Diligent.WebAPI.Data.csproj": {
  193. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\Diligent.WebAPI.Data.csproj"
  194. }
  195. }
  196. }
  197. },
  198. "warningProperties": {
  199. "warnAsError": [
  200. "NU1605"
  201. ]
  202. }
  203. },
  204. "frameworks": {
  205. "net6.0": {
  206. "targetAlias": "net6.0",
  207. "dependencies": {
  208. "AutoMapper.Extensions.Microsoft.DependencyInjection": {
  209. "target": "Package",
  210. "version": "[11.0.0, )"
  211. },
  212. "MediatR": {
  213. "target": "Package",
  214. "version": "[10.0.1, )"
  215. },
  216. "MediatR.Extensions.Microsoft.DependencyInjection": {
  217. "target": "Package",
  218. "version": "[10.0.1, )"
  219. },
  220. "Microsoft.AspNet.WebApi.Core": {
  221. "target": "Package",
  222. "version": "[5.2.9, )"
  223. },
  224. "Microsoft.AspNetCore.Authentication.JwtBearer": {
  225. "target": "Package",
  226. "version": "[6.0.6, )"
  227. },
  228. "Microsoft.AspNetCore.Identity": {
  229. "target": "Package",
  230. "version": "[2.2.0, )"
  231. },
  232. "Microsoft.AspNetCore.Mvc.Versioning": {
  233. "target": "Package",
  234. "version": "[5.0.0, )"
  235. },
  236. "Microsoft.EntityFrameworkCore.Design": {
  237. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  238. "suppressParent": "All",
  239. "target": "Package",
  240. "version": "[6.0.3, )"
  241. },
  242. "Serilog": {
  243. "target": "Package",
  244. "version": "[2.11.0, )"
  245. },
  246. "Serilog.AspNetCore": {
  247. "target": "Package",
  248. "version": "[5.0.0, )"
  249. },
  250. "Serilog.Sinks.Console": {
  251. "target": "Package",
  252. "version": "[4.0.1, )"
  253. },
  254. "Serilog.Sinks.File": {
  255. "target": "Package",
  256. "version": "[5.0.0, )"
  257. },
  258. "Serilog.Sinks.Seq": {
  259. "target": "Package",
  260. "version": "[5.1.1, )"
  261. }
  262. },
  263. "imports": [
  264. "net461",
  265. "net462",
  266. "net47",
  267. "net471",
  268. "net472",
  269. "net48"
  270. ],
  271. "assetTargetFallback": true,
  272. "warn": true,
  273. "frameworkReferences": {
  274. "Microsoft.AspNetCore.App": {
  275. "privateAssets": "none"
  276. },
  277. "Microsoft.NETCore.App": {
  278. "privateAssets": "all"
  279. }
  280. },
  281. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json"
  282. }
  283. }
  284. },
  285. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Tests\\Tests.csproj": {
  286. "version": "1.0.0",
  287. "restore": {
  288. "projectUniqueName": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Tests\\Tests.csproj",
  289. "projectName": "Tests",
  290. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Tests\\Tests.csproj",
  291. "packagesPath": "C:\\Users\\meris.ahmatovic\\.nuget\\packages\\",
  292. "outputPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Tests\\obj\\",
  293. "projectStyle": "PackageReference",
  294. "configFilePaths": [
  295. "C:\\Users\\meris.ahmatovic\\AppData\\Roaming\\NuGet\\NuGet.Config",
  296. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  297. ],
  298. "originalTargetFrameworks": [
  299. "net6.0"
  300. ],
  301. "sources": {
  302. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  303. "https://api.nuget.org/v3/index.json": {}
  304. },
  305. "frameworks": {
  306. "net6.0": {
  307. "targetAlias": "net6.0",
  308. "projectReferences": {
  309. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Business\\Diligent.WebAPI.Business.csproj": {
  310. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Business\\Diligent.WebAPI.Business.csproj"
  311. },
  312. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\Diligent.WebAPI.Data.csproj": {
  313. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Data\\Diligent.WebAPI.Data.csproj"
  314. },
  315. "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Host\\Diligent.WebAPI.Host.csproj": {
  316. "projectPath": "C:\\Users\\meris.ahmatovic\\Desktop\\PRORADI\\WebAPISignalRChat\\Backend\\Diligent.WebAPI.Host\\Diligent.WebAPI.Host.csproj"
  317. }
  318. }
  319. }
  320. },
  321. "warningProperties": {
  322. "warnAsError": [
  323. "NU1605"
  324. ]
  325. }
  326. },
  327. "frameworks": {
  328. "net6.0": {
  329. "targetAlias": "net6.0",
  330. "dependencies": {
  331. "FluentAssertions": {
  332. "target": "Package",
  333. "version": "[6.7.0, )"
  334. },
  335. "Microsoft.NET.Test.Sdk": {
  336. "target": "Package",
  337. "version": "[17.1.0, )"
  338. },
  339. "Moq": {
  340. "target": "Package",
  341. "version": "[4.18.2, )"
  342. },
  343. "NUnit": {
  344. "target": "Package",
  345. "version": "[3.13.3, )"
  346. },
  347. "NUnit.Analyzers": {
  348. "target": "Package",
  349. "version": "[3.3.0, )"
  350. },
  351. "NUnit3TestAdapter": {
  352. "target": "Package",
  353. "version": "[4.2.1, )"
  354. },
  355. "coverlet.collector": {
  356. "target": "Package",
  357. "version": "[3.1.2, )"
  358. },
  359. "coverlet.msbuild": {
  360. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  361. "suppressParent": "All",
  362. "target": "Package",
  363. "version": "[3.1.2, )"
  364. }
  365. },
  366. "imports": [
  367. "net461",
  368. "net462",
  369. "net47",
  370. "net471",
  371. "net472",
  372. "net48"
  373. ],
  374. "assetTargetFallback": true,
  375. "warn": true,
  376. "frameworkReferences": {
  377. "Microsoft.NETCore.App": {
  378. "privateAssets": "all"
  379. }
  380. },
  381. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json"
  382. }
  383. }
  384. }
  385. }
  386. }