ripple-tool / Ripple-Data / obj / project.assets.json
project.assets.json
Raw
{
  "version": 3,
  "targets": {
    "net6.0": {
      "MoonSharp/2.0.0": {
        "type": "package",
        "compile": {
          "lib/netstandard1.6/MoonSharp.Interpreter.dll": {
            "related": ".deps.json;.pdb;.xml"
          }
        },
        "runtime": {
          "lib/netstandard1.6/MoonSharp.Interpreter.dll": {
            "related": ".deps.json;.pdb;.xml"
          }
        }
      },
      "Newtonsoft.Json/13.0.1": {
        "type": "package",
        "compile": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "related": ".xml"
          }
        },
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "related": ".xml"
          }
        }
      }
    }
  },
  "libraries": {
    "MoonSharp/2.0.0": {
      "sha512": "uiAcRh7d+53k3xW9pFDJfAFVw4RnjHVCJG05M3oPAVEVwPtFavhg1H/IpC6So4X1j9kJlzuLlA3OghhPcIvc5A==",
      "type": "package",
      "path": "moonsharp/2.0.0",
      "files": [
        ".nupkg.metadata",
        ".signature.p7s",
        "lib/net35-client/MoonSharp.Interpreter.dll",
        "lib/net35-client/MoonSharp.Interpreter.pdb",
        "lib/net35-client/MoonSharp.Interpreter.xml",
        "lib/net40-client/MoonSharp.Interpreter.dll",
        "lib/net40-client/MoonSharp.Interpreter.pdb",
        "lib/net40-client/MoonSharp.Interpreter.xml",
        "lib/netcore/MoonSharp.Interpreter.deps.json",
        "lib/netcore/MoonSharp.Interpreter.dll",
        "lib/netcore/MoonSharp.Interpreter.pdb",
        "lib/netcore/MoonSharp.Interpreter.xml",
        "lib/netstandard1.6/MoonSharp.Interpreter.deps.json",
        "lib/netstandard1.6/MoonSharp.Interpreter.dll",
        "lib/netstandard1.6/MoonSharp.Interpreter.pdb",
        "lib/netstandard1.6/MoonSharp.Interpreter.xml",
        "lib/portable-net4+sl5+wp8+win8/MoonSharp.Interpreter.dll",
        "lib/portable-net4+sl5+wp8+win8/MoonSharp.Interpreter.pdb",
        "lib/portable-net4+sl5+wp8+win8/MoonSharp.Interpreter.xml",
        "moonsharp.2.0.0.nupkg.sha512",
        "moonsharp.nuspec"
      ]
    },
    "Newtonsoft.Json/13.0.1": {
      "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
      "type": "package",
      "path": "newtonsoft.json/13.0.1",
      "files": [
        ".nupkg.metadata",
        ".signature.p7s",
        "LICENSE.md",
        "lib/net20/Newtonsoft.Json.dll",
        "lib/net20/Newtonsoft.Json.xml",
        "lib/net35/Newtonsoft.Json.dll",
        "lib/net35/Newtonsoft.Json.xml",
        "lib/net40/Newtonsoft.Json.dll",
        "lib/net40/Newtonsoft.Json.xml",
        "lib/net45/Newtonsoft.Json.dll",
        "lib/net45/Newtonsoft.Json.xml",
        "lib/netstandard1.0/Newtonsoft.Json.dll",
        "lib/netstandard1.0/Newtonsoft.Json.xml",
        "lib/netstandard1.3/Newtonsoft.Json.dll",
        "lib/netstandard1.3/Newtonsoft.Json.xml",
        "lib/netstandard2.0/Newtonsoft.Json.dll",
        "lib/netstandard2.0/Newtonsoft.Json.xml",
        "newtonsoft.json.13.0.1.nupkg.sha512",
        "newtonsoft.json.nuspec",
        "packageIcon.png"
      ]
    }
  },
  "projectFileDependencyGroups": {
    "net6.0": [
      "MoonSharp >= 2.0.0",
      "Newtonsoft.Json >= 13.0.1"
    ]
  },
  "packageFolders": {
    "C:\\Users\\Floof\\.nuget\\packages\\": {},
    "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  },
  "project": {
    "version": "1.0.0",
    "restore": {
      "projectUniqueName": "D:\\Ripple WIP\\Ripple-Data\\Ripple-Data\\Ripple-Data.csproj",
      "projectName": "Ripple-Data",
      "projectPath": "D:\\Ripple WIP\\Ripple-Data\\Ripple-Data\\Ripple-Data.csproj",
      "packagesPath": "C:\\Users\\Floof\\.nuget\\packages\\",
      "outputPath": "D:\\Ripple WIP\\Ripple-Data\\Ripple-Data\\obj\\",
      "projectStyle": "PackageReference",
      "fallbackFolders": [
        "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
      ],
      "configFilePaths": [
        "C:\\Users\\Floof\\AppData\\Roaming\\NuGet\\NuGet.Config",
        "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
        "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
      ],
      "originalTargetFrameworks": [
        "net6.0"
      ],
      "sources": {
        "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
        "C:\\Program Files\\dotnet\\library-packs": {},
        "https://api.nuget.org/v3/index.json": {}
      },
      "frameworks": {
        "net6.0": {
          "targetAlias": "net6.0",
          "projectReferences": {}
        }
      },
      "warningProperties": {
        "warnAsError": [
          "NU1605"
        ]
      }
    },
    "frameworks": {
      "net6.0": {
        "targetAlias": "net6.0",
        "dependencies": {
          "MoonSharp": {
            "target": "Package",
            "version": "[2.0.0, )"
          },
          "Newtonsoft.Json": {
            "target": "Package",
            "version": "[13.0.1, )"
          }
        },
        "imports": [
          "net461",
          "net462",
          "net47",
          "net471",
          "net472",
          "net48",
          "net481"
        ],
        "assetTargetFallback": true,
        "warn": true,
        "frameworkReferences": {
          "Microsoft.NETCore.App": {
            "privateAssets": "all"
          }
        },
        "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
      }
    }
  }
}