{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0/win-x64",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {},
    ".NETCoreApp,Version=v8.0/win-x64": {
      "ModMaker/1.0.0": {
        "dependencies": {
          "CommandLineParser": "2.9.1",
          "JsonDiffPatch": "1.0.0",
          "Newtonsoft.Json": "13.0.3",
          "SharpZipLib": "1.4.0",
          "VintagestoryAPI": "1.0.0",
          "cairo-sharp.Reference": "1.0.0.0"
        },
        "runtime": {
          "ModMaker.dll": {}
        }
      },
      "CommandLineParser/2.9.1": {
        "runtime": {
          "lib/netstandard2.0/CommandLine.dll": {
            "assemblyVersion": "2.9.1.0",
            "fileVersion": "2.9.1.0"
          }
        }
      },
      "Microsoft.Data.Sqlite.Core/8.0.13": {
        "dependencies": {
          "SQLitePCLRaw.core": "2.1.6"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Data.Sqlite.dll": {
            "assemblyVersion": "8.0.13.0",
            "fileVersion": "8.0.1325.6604"
          }
        }
      },
      "Microsoft.NETCore.Platforms/2.1.0": {},
      "Newtonsoft.Json/13.0.3": {
        "runtime": {
          "lib/net6.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.3.27908"
          }
        }
      },
      "OpenTK.Core/4.9.4": {
        "runtime": {
          "lib/netstandard2.1/OpenTK.Core.dll": {
            "assemblyVersion": "4.9.4.0",
            "fileVersion": "4.9.4.0"
          }
        }
      },
      "OpenTK.Mathematics/4.9.4": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/OpenTK.Mathematics.dll": {
            "assemblyVersion": "4.9.4.0",
            "fileVersion": "4.9.4.0"
          }
        }
      },
      "OpenTK.redist.glfw/3.4.0.44": {
        "native": {
          "runtimes/win-x64/native/glfw3.dll": {
            "fileVersion": "3.4.0.0"
          }
        }
      },
      "OpenTK.Windowing.Common/4.9.4": {
        "dependencies": {
          "OpenTK.Core": "4.9.4",
          "OpenTK.Mathematics": "4.9.4"
        },
        "runtime": {
          "lib/netcoreapp3.1/OpenTK.Windowing.Common.dll": {
            "assemblyVersion": "4.9.4.0",
            "fileVersion": "4.9.4.0"
          }
        }
      },
      "OpenTK.Windowing.Desktop/4.9.4": {
        "dependencies": {
          "OpenTK.Core": "4.9.4",
          "OpenTK.Mathematics": "4.9.4",
          "OpenTK.Windowing.Common": "4.9.4",
          "OpenTK.Windowing.GraphicsLibraryFramework": "4.9.4"
        },
        "runtime": {
          "lib/netcoreapp3.1/OpenTK.Windowing.Desktop.dll": {
            "assemblyVersion": "4.9.4.0",
            "fileVersion": "4.9.4.0"
          }
        }
      },
      "OpenTK.Windowing.GraphicsLibraryFramework/4.9.4": {
        "dependencies": {
          "OpenTK.Core": "4.9.4",
          "OpenTK.redist.glfw": "3.4.0.44"
        },
        "runtime": {
          "lib/netcoreapp3.1/OpenTK.Windowing.GraphicsLibraryFramework.dll": {
            "assemblyVersion": "4.9.4.0",
            "fileVersion": "4.9.4.0"
          }
        }
      },
      "protobuf-net/2.4.9": {
        "dependencies": {
          "System.ServiceModel.Primitives": "4.5.3"
        },
        "runtime": {
          "lib/netcoreapp3.1/protobuf-net.dll": {
            "assemblyVersion": "2.4.0.0",
            "fileVersion": "2.4.9.1"
          }
        }
      },
      "SharpZipLib/1.4.0": {
        "runtime": {
          "lib/net6.0/ICSharpCode.SharpZipLib.dll": {
            "assemblyVersion": "1.4.0.12",
            "fileVersion": "1.4.0.12"
          }
        }
      },
      "SkiaSharp/3.116.1": {
        "dependencies": {
          "SkiaSharp.NativeAssets.Win32": "3.116.1",
          "SkiaSharp.NativeAssets.macOS": "3.116.1"
        },
        "runtime": {
          "lib/net8.0/SkiaSharp.dll": {
            "assemblyVersion": "3.116.0.0",
            "fileVersion": "3.116.1.0"
          }
        }
      },
      "SkiaSharp.NativeAssets.macOS/3.116.1": {},
      "SkiaSharp.NativeAssets.Win32/3.116.1": {
        "native": {
          "runtimes/win-x64/native/libSkiaSharp.dll": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "SQLitePCLRaw.core/2.1.6": {
        "dependencies": {
          "System.Memory": "4.5.3"
        },
        "runtime": {
          "lib/netstandard2.0/SQLitePCLRaw.core.dll": {
            "assemblyVersion": "2.1.6.2060",
            "fileVersion": "2.1.6.2060"
          }
        }
      },
      "System.Memory/4.5.3": {},
      "System.Private.ServiceModel/4.5.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "System.Reflection.DispatchProxy": "4.5.0",
          "System.Security.Principal.Windows": "4.5.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Private.ServiceModel.dll": {
            "assemblyVersion": "4.5.0.3",
            "fileVersion": "4.6.26720.1"
          }
        }
      },
      "System.Reflection.DispatchProxy/4.5.0": {},
      "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
      "System.Security.Principal.Windows/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0"
        }
      },
      "System.ServiceModel.Primitives/4.5.3": {
        "dependencies": {
          "System.Private.ServiceModel": "4.5.3"
        },
        "runtime": {
          "lib/netstandard2.0/System.ServiceModel.Primitives.dll": {
            "assemblyVersion": "4.5.0.3",
            "fileVersion": "4.6.26720.1"
          },
          "lib/netstandard2.0/System.ServiceModel.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26720.1"
          }
        }
      },
      "cairo-sharp/1.0.0": {
        "dependencies": {
          "SkiaSharp": "3.116.1"
        },
        "runtime": {
          "cairo-sharp.dll": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "JsonDiffPatch/1.0.0": {
        "dependencies": {
          "Newtonsoft.Json": "13.0.3"
        },
        "runtime": {
          "JsonDiffPatch.dll": {
            "assemblyVersion": "0.0.0.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "VintagestoryAPI/1.0.0": {
        "dependencies": {
          "Microsoft.Data.Sqlite.Core": "8.0.13",
          "Newtonsoft.Json": "13.0.3",
          "OpenTK.Windowing.Desktop": "4.9.4",
          "OpenTK.Windowing.GraphicsLibraryFramework": "4.9.4",
          "SkiaSharp": "3.116.1",
          "cairo-sharp": "1.0.0",
          "protobuf-net": "2.4.9"
        },
        "runtime": {
          "VintagestoryAPI.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.21.0.0"
          }
        }
      },
      "cairo-sharp.Reference/1.0.0.0": {
        "runtime": {
          "cairo-sharp.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      }
    }
  },
  "libraries": {
    "ModMaker/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "CommandLineParser/2.9.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
      "path": "commandlineparser/2.9.1",
      "hashPath": "commandlineparser.2.9.1.nupkg.sha512"
    },
    "Microsoft.Data.Sqlite.Core/8.0.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OpNpA2EPMzXXnftLg2JcVGBDRbPLLmerhoTIjQ78rLTdqUfIJQ0Schn+Ev5ngmMFMD2kpN9bOqkgbS+csrn5Vg==",
      "path": "microsoft.data.sqlite.core/8.0.13",
      "hashPath": "microsoft.data.sqlite.core.8.0.13.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==",
      "path": "microsoft.netcore.platforms/2.1.0",
      "hashPath": "microsoft.netcore.platforms.2.1.0.nupkg.sha512"
    },
    "Newtonsoft.Json/13.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
      "path": "newtonsoft.json/13.0.3",
      "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
    },
    "OpenTK.Core/4.9.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/4Mn3ABf1xNfHMzDFUapVY2K4PG3oP/oWTQJlK0JacT20HwsNe/HPIAhnAJWz27EM3ukOJDtqyQRukvQKqkcLw==",
      "path": "opentk.core/4.9.4",
      "hashPath": "opentk.core.4.9.4.nupkg.sha512"
    },
    "OpenTK.Mathematics/4.9.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2ucF25RVJzdSLXUHgjAgB058gVfSgerrR5pLCn9J+Bnyqi45NrBfPu9wyTT35ZCjYwLJCu/HJMnzKFLjq+uFIA==",
      "path": "opentk.mathematics/4.9.4",
      "hashPath": "opentk.mathematics.4.9.4.nupkg.sha512"
    },
    "OpenTK.redist.glfw/3.4.0.44": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HEjbdk0wWxSRrXHl3DSmrA8trecndgJpAHHloJJ1vPseNfeu/ynmrH/LturU1KguRn4r3IzZ81UIp5xRjnyahg==",
      "path": "opentk.redist.glfw/3.4.0.44",
      "hashPath": "opentk.redist.glfw.3.4.0.44.nupkg.sha512"
    },
    "OpenTK.Windowing.Common/4.9.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xNjvKjoptAh6w5/YYIx/9sNv3/A2VVlTahlekTlLP+qfNyig+0jBuLHO4bWELWZ7Ta3Y1m/2Pvk0Z1KCG8VZOA==",
      "path": "opentk.windowing.common/4.9.4",
      "hashPath": "opentk.windowing.common.4.9.4.nupkg.sha512"
    },
    "OpenTK.Windowing.Desktop/4.9.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LBX4jwCneISIBST2vWYLI8cdR8tLwHNcswK1decElbTAXMB+H6uFIoF41ld+af4q3TsHpjR5fyP2ilbTK3T0rA==",
      "path": "opentk.windowing.desktop/4.9.4",
      "hashPath": "opentk.windowing.desktop.4.9.4.nupkg.sha512"
    },
    "OpenTK.Windowing.GraphicsLibraryFramework/4.9.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wNlxnPrD7veMV8EGTTi/sCDeg5V8w/18vC0aw0Ao69eNneD7YSq9Ad+C389rVA957eHNR6Xieu/5qzHQeEOyxQ==",
      "path": "opentk.windowing.graphicslibraryframework/4.9.4",
      "hashPath": "opentk.windowing.graphicslibraryframework.4.9.4.nupkg.sha512"
    },
    "protobuf-net/2.4.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zyWhSHe6ekdhtpODDSFuBJsHrCarGTncLkI3TmHBRnHH1jVjiwYcK/G1nLHT14CuKq5d3Du2uKWo1zrmuwS7yw==",
      "path": "protobuf-net/2.4.9",
      "hashPath": "protobuf-net.2.4.9.nupkg.sha512"
    },
    "SharpZipLib/1.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CdkbBSPIpHD8xBlu+8kDJiqc1Tf9iV89BObnqcvEbwysXSj5h1MfaeLgeeaxPZmi7CTJO8FDofBBNxBW0Vml7A==",
      "path": "sharpziplib/1.4.0",
      "hashPath": "sharpziplib.1.4.0.nupkg.sha512"
    },
    "SkiaSharp/3.116.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DNDwbRjP+aMo27dV2h/uHCVTcWubWWxHnPLiePNyl24f4Pv43mQ8AQQeseOrKR+J3AOCEs6t0sUjo0aa3j3RWQ==",
      "path": "skiasharp/3.116.1",
      "hashPath": "skiasharp.3.116.1.nupkg.sha512"
    },
    "SkiaSharp.NativeAssets.macOS/3.116.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3KPvpKysDmEMt0NnAZPX5U6KFk0LmG/72/IjAIJemIksIZ0Tjs9pGpr3L+zboVCv1MLVoJLKl3nJDXUG6Jda6A==",
      "path": "skiasharp.nativeassets.macos/3.116.1",
      "hashPath": "skiasharp.nativeassets.macos.3.116.1.nupkg.sha512"
    },
    "SkiaSharp.NativeAssets.Win32/3.116.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dRQ75MCI8oz6zAs2Y1w6pq6ARs4MhdNG+gf3doOxOxdnueDXffQLGQIxON54GDoxc0WjKOoHMKBR4DhaduwwQw==",
      "path": "skiasharp.nativeassets.win32/3.116.1",
      "hashPath": "skiasharp.nativeassets.win32.3.116.1.nupkg.sha512"
    },
    "SQLitePCLRaw.core/2.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wO6v9GeMx9CUngAet8hbO7xdm+M42p1XeJq47ogyRoYSvNSp0NGLI+MgC0bhrMk9C17MTVFlLiN6ylyExLCc5w==",
      "path": "sqlitepclraw.core/2.1.6",
      "hashPath": "sqlitepclraw.core.2.1.6.nupkg.sha512"
    },
    "System.Memory/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
      "path": "system.memory/4.5.3",
      "hashPath": "system.memory.4.5.3.nupkg.sha512"
    },
    "System.Private.ServiceModel/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ancrQgJagx+yC4SZbuE+eShiEAUIF0E1d21TRSoy1C/rTwafAVcBr/fKibkq5TQzyy9uNil2tx2/iaUxsy0S9g==",
      "path": "system.private.servicemodel/4.5.3",
      "hashPath": "system.private.servicemodel.4.5.3.nupkg.sha512"
    },
    "System.Reflection.DispatchProxy/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==",
      "path": "system.reflection.dispatchproxy/4.5.0",
      "hashPath": "system.reflection.dispatchproxy.4.5.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
      "path": "system.runtime.compilerservices.unsafe/6.0.0",
      "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
      "path": "system.security.principal.windows/4.5.0",
      "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
    },
    "System.ServiceModel.Primitives/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wc9Hgg4Cmqi416zvEgq2sW1YYCGuhwWzspDclJWlFZqY6EGhFUPZU+kVpl5z9kAgrSOQP7/Uiik+PtSQtmq+5A==",
      "path": "system.servicemodel.primitives/4.5.3",
      "hashPath": "system.servicemodel.primitives.4.5.3.nupkg.sha512"
    },
    "cairo-sharp/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "JsonDiffPatch/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "VintagestoryAPI/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "cairo-sharp.Reference/1.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    }
  }
}