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.

MVCTemplate.Business.csproj.nuget.dgspec.json 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "format": 1,
  3. "restore": {
  4. "D:\\secure-sharing\\MVCTemplate.Business\\MVCTemplate.Business.csproj": {}
  5. },
  6. "projects": {
  7. "D:\\secure-sharing\\MVCTemplate.Business\\MVCTemplate.Business.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "D:\\secure-sharing\\MVCTemplate.Business\\MVCTemplate.Business.csproj",
  11. "projectName": "MVCTemplate.Business",
  12. "projectPath": "D:\\secure-sharing\\MVCTemplate.Business\\MVCTemplate.Business.csproj",
  13. "packagesPath": "C:\\Users\\radivoje.milutinovic\\.nuget\\packages\\",
  14. "outputPath": "D:\\secure-sharing\\MVCTemplate.Business\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "configFilePaths": [
  17. "C:\\Users\\radivoje.milutinovic\\AppData\\Roaming\\NuGet\\NuGet.Config",
  18. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  19. ],
  20. "originalTargetFrameworks": [
  21. "net5.0"
  22. ],
  23. "sources": {
  24. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  25. "https://api.nuget.org/v3/index.json": {}
  26. },
  27. "frameworks": {
  28. "net5.0": {
  29. "targetAlias": "net5.0",
  30. "projectReferences": {
  31. "D:\\secure-sharing\\SecureSharing.Data\\SecureSharing.Data.csproj": {
  32. "projectPath": "D:\\secure-sharing\\SecureSharing.Data\\SecureSharing.Data.csproj"
  33. }
  34. }
  35. }
  36. },
  37. "warningProperties": {
  38. "warnAsError": [
  39. "NU1605"
  40. ]
  41. }
  42. },
  43. "frameworks": {
  44. "net5.0": {
  45. "targetAlias": "net5.0",
  46. "dependencies": {
  47. "AutoMapper": {
  48. "target": "Package",
  49. "version": "[11.0.1, )"
  50. },
  51. "MailKit": {
  52. "target": "Package",
  53. "version": "[2.13.0, )"
  54. },
  55. "Microsoft.AspNetCore.Authentication.Google": {
  56. "target": "Package",
  57. "version": "[5.0.7, )"
  58. },
  59. "Microsoft.EntityFrameworkCore.SqlServer": {
  60. "target": "Package",
  61. "version": "[5.0.7, )"
  62. },
  63. "Microsoft.Extensions.Configuration.Binder": {
  64. "target": "Package",
  65. "version": "[5.0.0, )"
  66. },
  67. "Microsoft.Extensions.DependencyInjection.Abstractions": {
  68. "target": "Package",
  69. "version": "[5.0.0, )"
  70. }
  71. },
  72. "imports": [
  73. "net461",
  74. "net462",
  75. "net47",
  76. "net471",
  77. "net472",
  78. "net48"
  79. ],
  80. "assetTargetFallback": true,
  81. "warn": true,
  82. "frameworkReferences": {
  83. "Microsoft.NETCore.App": {
  84. "privateAssets": "all"
  85. }
  86. },
  87. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.302\\RuntimeIdentifierGraph.json"
  88. }
  89. }
  90. },
  91. "D:\\secure-sharing\\SecureSharing.Data\\SecureSharing.Data.csproj": {
  92. "version": "1.0.0",
  93. "restore": {
  94. "projectUniqueName": "D:\\secure-sharing\\SecureSharing.Data\\SecureSharing.Data.csproj",
  95. "projectName": "SecureSharing.Data",
  96. "projectPath": "D:\\secure-sharing\\SecureSharing.Data\\SecureSharing.Data.csproj",
  97. "packagesPath": "C:\\Users\\radivoje.milutinovic\\.nuget\\packages\\",
  98. "outputPath": "D:\\secure-sharing\\SecureSharing.Data\\obj\\",
  99. "projectStyle": "PackageReference",
  100. "configFilePaths": [
  101. "C:\\Users\\radivoje.milutinovic\\AppData\\Roaming\\NuGet\\NuGet.Config",
  102. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  103. ],
  104. "originalTargetFrameworks": [
  105. "net5.0"
  106. ],
  107. "sources": {
  108. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  109. "https://api.nuget.org/v3/index.json": {}
  110. },
  111. "frameworks": {
  112. "net5.0": {
  113. "targetAlias": "net5.0",
  114. "projectReferences": {}
  115. }
  116. },
  117. "warningProperties": {
  118. "warnAsError": [
  119. "NU1605"
  120. ]
  121. }
  122. },
  123. "frameworks": {
  124. "net5.0": {
  125. "targetAlias": "net5.0",
  126. "dependencies": {
  127. "AutoMapper": {
  128. "target": "Package",
  129. "version": "[11.0.1, )"
  130. },
  131. "Microsoft.AspNetCore.Authentication.Google": {
  132. "target": "Package",
  133. "version": "[5.0.7, )"
  134. },
  135. "Microsoft.AspNetCore.Identity.EntityFrameworkCore": {
  136. "target": "Package",
  137. "version": "[5.0.4, )"
  138. },
  139. "Microsoft.EntityFrameworkCore": {
  140. "target": "Package",
  141. "version": "[5.0.7, )"
  142. },
  143. "Microsoft.EntityFrameworkCore.SqlServer": {
  144. "target": "Package",
  145. "version": "[5.0.7, )"
  146. },
  147. "Microsoft.EntityFrameworkCore.Tools": {
  148. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  149. "suppressParent": "All",
  150. "target": "Package",
  151. "version": "[5.0.4, )"
  152. },
  153. "Microsoft.Extensions.Configuration": {
  154. "target": "Package",
  155. "version": "[5.0.0, )"
  156. },
  157. "Microsoft.Extensions.Configuration.Json": {
  158. "target": "Package",
  159. "version": "[5.0.0, )"
  160. }
  161. },
  162. "imports": [
  163. "net461",
  164. "net462",
  165. "net47",
  166. "net471",
  167. "net472",
  168. "net48"
  169. ],
  170. "assetTargetFallback": true,
  171. "warn": true,
  172. "frameworkReferences": {
  173. "Microsoft.NETCore.App": {
  174. "privateAssets": "all"
  175. }
  176. },
  177. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.302\\RuntimeIdentifierGraph.json"
  178. }
  179. }
  180. }
  181. }
  182. }