space-game-raylib/space_game/obj/project.assets.json

195 lines
5.8 KiB
JSON

{
"version": 3,
"targets": {
"net9.0": {
"Raylib-cs/6.1.1": {
"type": "package",
"dependencies": {
"System.Numerics.Vectors": "4.5.0"
},
"compile": {
"lib/net6.0/Raylib-cs.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/Raylib-cs.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/linux-x64/native/libraylib.so": {
"assetType": "native",
"rid": "linux-x64"
},
"runtimes/osx-arm64/native/libraylib.dylib": {
"assetType": "native",
"rid": "osx-arm64"
},
"runtimes/osx-x64/native/libraylib.dylib": {
"assetType": "native",
"rid": "osx-x64"
},
"runtimes/win-x64/native/raylib.dll": {
"assetType": "native",
"rid": "win-x64"
},
"runtimes/win-x86/native/raylib.dll": {
"assetType": "native",
"rid": "win-x86"
}
}
},
"System.Numerics.Vectors/4.5.0": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
"lib/netcoreapp2.0/_._": {}
}
}
}
},
"libraries": {
"Raylib-cs/6.1.1": {
"sha512": "ty5RQoFK7bW4mTogwMf55Zh73DMJMvFLLJTarhmL1g7loxeLYoHTFufN7JagObdLHo2zB3wVrtEHVCXFoZ9TMg==",
"type": "package",
"path": "raylib-cs/6.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net6.0/Raylib-cs.dll",
"lib/net6.0/Raylib-cs.xml",
"raylib-cs.6.1.1.nupkg.sha512",
"raylib-cs.nuspec",
"raylib-cs_64x64.png",
"runtimes/linux-x64/native/libraylib.so",
"runtimes/osx-arm64/native/libraylib.dylib",
"runtimes/osx-x64/native/libraylib.dylib",
"runtimes/win-x64/native/raylib.dll",
"runtimes/win-x86/native/raylib.dll"
]
},
"System.Numerics.Vectors/4.5.0": {
"sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
"type": "package",
"path": "system.numerics.vectors/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Numerics.Vectors.dll",
"lib/net46/System.Numerics.Vectors.xml",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.0/System.Numerics.Vectors.dll",
"lib/netstandard1.0/System.Numerics.Vectors.xml",
"lib/netstandard2.0/System.Numerics.Vectors.dll",
"lib/netstandard2.0/System.Numerics.Vectors.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
"lib/uap10.0.16299/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/System.Numerics.Vectors.dll",
"ref/net45/System.Numerics.Vectors.xml",
"ref/net46/System.Numerics.Vectors.dll",
"ref/net46/System.Numerics.Vectors.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/System.Numerics.Vectors.dll",
"ref/netstandard1.0/System.Numerics.Vectors.xml",
"ref/netstandard2.0/System.Numerics.Vectors.dll",
"ref/netstandard2.0/System.Numerics.Vectors.xml",
"ref/uap10.0.16299/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"system.numerics.vectors.4.5.0.nupkg.sha512",
"system.numerics.vectors.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
}
},
"projectFileDependencyGroups": {
"net9.0": [
"Raylib-cs >= 6.1.1"
]
},
"packageFolders": {
"/home/chris/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/chris/mnt/data/Projects/space-game-raylib/space_game/space_game.csproj",
"projectName": "space_game",
"projectPath": "/home/chris/mnt/data/Projects/space-game-raylib/space_game/space_game.csproj",
"packagesPath": "/home/chris/.nuget/packages/",
"outputPath": "/home/chris/mnt/data/Projects/space-game-raylib/space_game/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/chris/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "all"
}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"dependencies": {
"Raylib-cs": {
"target": "Package",
"version": "[6.1.1, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/home/chris/.dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"
}
}
}
}