ThirdParty.csproj.nuget.dgspec.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "format": 1,
  3. "restore": {
  4. "D:\\Git\\simulation-server\\ThirdParty\\ThirdParty.csproj": {}
  5. },
  6. "projects": {
  7. "D:\\Git\\simulation-server\\ThirdParty\\ThirdParty.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "D:\\Git\\simulation-server\\ThirdParty\\ThirdParty.csproj",
  11. "projectName": "ThirdParty",
  12. "projectPath": "D:\\Git\\simulation-server\\ThirdParty\\ThirdParty.csproj",
  13. "packagesPath": "C:\\Users\\zan\\.nuget\\packages\\",
  14. "outputPath": "D:\\Git\\simulation-server\\ThirdParty\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "fallbackFolders": [
  17. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  18. ],
  19. "configFilePaths": [
  20. "C:\\Users\\zan\\AppData\\Roaming\\NuGet\\NuGet.Config",
  21. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  22. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  23. ],
  24. "originalTargetFrameworks": [
  25. "net7.0"
  26. ],
  27. "sources": {
  28. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  29. "https://api.nuget.org/v3/index.json": {}
  30. },
  31. "frameworks": {
  32. "net7.0": {
  33. "targetAlias": "net7.0",
  34. "projectReferences": {}
  35. }
  36. },
  37. "warningProperties": {
  38. "warnAsError": [
  39. "NU1605"
  40. ]
  41. }
  42. },
  43. "frameworks": {
  44. "net7.0": {
  45. "targetAlias": "net7.0",
  46. "dependencies": {
  47. "MySql.Data": {
  48. "target": "Package",
  49. "version": "[8.1.0, )"
  50. },
  51. "UniTask": {
  52. "target": "Package",
  53. "version": "[2.4.1, )"
  54. }
  55. },
  56. "imports": [
  57. "net461",
  58. "net462",
  59. "net47",
  60. "net471",
  61. "net472",
  62. "net48",
  63. "net481"
  64. ],
  65. "assetTargetFallback": true,
  66. "warn": true,
  67. "frameworkReferences": {
  68. "Microsoft.NETCore.App": {
  69. "privateAssets": "all"
  70. }
  71. },
  72. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
  73. }
  74. }
  75. }
  76. }
  77. }