Replacement for JDIS Importer
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.

163 lines
5.2 KiB

  1. {
  2. "version": 3,
  3. "targets": {
  4. "net6.0": {
  5. "Microsoft.Exchange.WebServices/2.2.0": {
  6. "type": "package",
  7. "compile": {
  8. "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {},
  9. "lib/40/Microsoft.Exchange.WebServices.dll": {}
  10. },
  11. "runtime": {
  12. "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {},
  13. "lib/40/Microsoft.Exchange.WebServices.dll": {}
  14. }
  15. },
  16. "Newtonsoft.Json/13.0.1": {
  17. "type": "package",
  18. "compile": {
  19. "lib/netstandard2.0/Newtonsoft.Json.dll": {}
  20. },
  21. "runtime": {
  22. "lib/netstandard2.0/Newtonsoft.Json.dll": {}
  23. }
  24. }
  25. }
  26. },
  27. "libraries": {
  28. "Microsoft.Exchange.WebServices/2.2.0": {
  29. "sha512": "NlkaTD0uWtg9VbiWq0VDWMBPzHFknH3tmstrxt0acrT09LBGqATTjRpsGOODz6tUdX7/dehBinxsf75U5Uw/+A==",
  30. "type": "package",
  31. "path": "microsoft.exchange.webservices/2.2.0",
  32. "files": [
  33. ".nupkg.metadata",
  34. ".signature.p7s",
  35. "doc/License Terms.rtf",
  36. "doc/README.htm",
  37. "doc/Redist.txt",
  38. "lib/40/Microsoft.Exchange.WebServices.Auth.dll",
  39. "lib/40/Microsoft.Exchange.WebServices.Auth.pdb",
  40. "lib/40/Microsoft.Exchange.WebServices.Auth.xml",
  41. "lib/40/Microsoft.Exchange.WebServices.dll",
  42. "lib/40/Microsoft.Exchange.WebServices.pdb",
  43. "lib/40/Microsoft.Exchange.WebServices.xml",
  44. "microsoft.exchange.webservices.2.2.0.nupkg.sha512",
  45. "microsoft.exchange.webservices.nuspec"
  46. ]
  47. },
  48. "Newtonsoft.Json/13.0.1": {
  49. "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  50. "type": "package",
  51. "path": "newtonsoft.json/13.0.1",
  52. "files": [
  53. ".nupkg.metadata",
  54. ".signature.p7s",
  55. "LICENSE.md",
  56. "lib/net20/Newtonsoft.Json.dll",
  57. "lib/net20/Newtonsoft.Json.xml",
  58. "lib/net35/Newtonsoft.Json.dll",
  59. "lib/net35/Newtonsoft.Json.xml",
  60. "lib/net40/Newtonsoft.Json.dll",
  61. "lib/net40/Newtonsoft.Json.xml",
  62. "lib/net45/Newtonsoft.Json.dll",
  63. "lib/net45/Newtonsoft.Json.xml",
  64. "lib/netstandard1.0/Newtonsoft.Json.dll",
  65. "lib/netstandard1.0/Newtonsoft.Json.xml",
  66. "lib/netstandard1.3/Newtonsoft.Json.dll",
  67. "lib/netstandard1.3/Newtonsoft.Json.xml",
  68. "lib/netstandard2.0/Newtonsoft.Json.dll",
  69. "lib/netstandard2.0/Newtonsoft.Json.xml",
  70. "newtonsoft.json.13.0.1.nupkg.sha512",
  71. "newtonsoft.json.nuspec",
  72. "packageIcon.png"
  73. ]
  74. }
  75. },
  76. "projectFileDependencyGroups": {
  77. "net6.0": [
  78. "Microsoft.Exchange.WebServices >= 2.2.0",
  79. "Newtonsoft.Json >= 13.0.1"
  80. ]
  81. },
  82. "packageFolders": {
  83. "/Users/michielcarman/.nuget/packages/": {},
  84. "/usr/local/share/dotnet/sdk/NuGetFallbackFolder": {}
  85. },
  86. "project": {
  87. "version": "1.0.0",
  88. "restore": {
  89. "projectUniqueName": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj",
  90. "projectName": "jdis_import",
  91. "projectPath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj",
  92. "packagesPath": "/Users/michielcarman/.nuget/packages/",
  93. "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/obj/",
  94. "projectStyle": "PackageReference",
  95. "fallbackFolders": [
  96. "/usr/local/share/dotnet/sdk/NuGetFallbackFolder"
  97. ],
  98. "configFilePaths": [
  99. "/Users/michielcarman/.nuget/NuGet/NuGet.Config"
  100. ],
  101. "originalTargetFrameworks": [
  102. "net6.0"
  103. ],
  104. "sources": {
  105. "https://api.nuget.org/v3/index.json": {}
  106. },
  107. "frameworks": {
  108. "net6.0": {
  109. "targetAlias": "net6.0",
  110. "projectReferences": {}
  111. }
  112. },
  113. "warningProperties": {
  114. "warnAsError": [
  115. "NU1605"
  116. ]
  117. }
  118. },
  119. "frameworks": {
  120. "net6.0": {
  121. "targetAlias": "net6.0",
  122. "dependencies": {
  123. "Microsoft.Exchange.WebServices": {
  124. "target": "Package",
  125. "version": "[2.2.0, )"
  126. },
  127. "Newtonsoft.Json": {
  128. "target": "Package",
  129. "version": "[13.0.1, )"
  130. }
  131. },
  132. "imports": [
  133. "net461",
  134. "net462",
  135. "net47",
  136. "net471",
  137. "net472",
  138. "net48"
  139. ],
  140. "assetTargetFallback": true,
  141. "warn": true,
  142. "frameworkReferences": {
  143. "Microsoft.NETCore.App": {
  144. "privateAssets": "all"
  145. }
  146. },
  147. "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.202/RuntimeIdentifierGraph.json"
  148. }
  149. }
  150. },
  151. "logs": [
  152. {
  153. "code": "NU1701",
  154. "level": "Warning",
  155. "warningLevel": 1,
  156. "message": "Package 'Microsoft.Exchange.WebServices 2.2.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project.",
  157. "libraryId": "Microsoft.Exchange.WebServices",
  158. "targetGraphs": [
  159. "net6.0"
  160. ]
  161. }
  162. ]
  163. }