NetCoreServer.csproj.nuget.dgspec.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "format": 1,
  3. "restore": {
  4. "D:\\SVN\\SimulationServer\\simulation-server\\NetCoreServer\\NetCoreServer.csproj": {}
  5. },
  6. "projects": {
  7. "D:\\SVN\\SimulationServer\\simulation-server\\NetCoreServer\\NetCoreServer.csproj": {
  8. "version": "8.0.4",
  9. "restore": {
  10. "projectUniqueName": "D:\\SVN\\SimulationServer\\simulation-server\\NetCoreServer\\NetCoreServer.csproj",
  11. "projectName": "NetCoreServer",
  12. "projectPath": "D:\\SVN\\SimulationServer\\simulation-server\\NetCoreServer\\NetCoreServer.csproj",
  13. "packagesPath": "C:\\Users\\zan\\.nuget\\packages\\",
  14. "outputPath": "D:\\SVN\\SimulationServer\\simulation-server\\NetCoreServer\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "configFilePaths": [
  17. "C:\\Users\\zan\\AppData\\Roaming\\NuGet\\NuGet.Config"
  18. ],
  19. "originalTargetFrameworks": [
  20. "net7.0"
  21. ],
  22. "sources": {
  23. "https://api.nuget.org/v3/index.json": {}
  24. },
  25. "frameworks": {
  26. "net7.0": {
  27. "targetAlias": "net7.0",
  28. "projectReferences": {}
  29. }
  30. },
  31. "warningProperties": {
  32. "warnAsError": [
  33. "NU1605"
  34. ]
  35. }
  36. },
  37. "frameworks": {
  38. "net7.0": {
  39. "targetAlias": "net7.0",
  40. "imports": [
  41. "net461",
  42. "net462",
  43. "net47",
  44. "net471",
  45. "net472",
  46. "net48",
  47. "net481"
  48. ],
  49. "assetTargetFallback": true,
  50. "warn": true,
  51. "frameworkReferences": {
  52. "Microsoft.NETCore.App": {
  53. "privateAssets": "all"
  54. }
  55. },
  56. "runtimeIdentifierGraphPath": "C:\\Users\\zan\\.dotnet\\sdk\\7.0.407\\RuntimeIdentifierGraph.json"
  57. }
  58. }
  59. }
  60. }
  61. }