diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-08-26 00:57:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 00:57:05 -0700 |
| commit | b8c43fbe717d794284c6c4578c9c00ae8e26d711 (patch) | |
| tree | db3e449a3fd039b4935359eafb1f3ee9f61f5df7 /SamplePlugin/packages.lock.json | |
Initial commit
Diffstat (limited to 'SamplePlugin/packages.lock.json')
| -rw-r--r-- | SamplePlugin/packages.lock.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/SamplePlugin/packages.lock.json b/SamplePlugin/packages.lock.json new file mode 100644 index 0000000..19fcea9 --- /dev/null +++ b/SamplePlugin/packages.lock.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "dependencies": { + "net8.0-windows7.0": { + "DalamudPackager": { + "type": "Direct", + "requested": "[2.1.13, )", + "resolved": "2.1.13", + "contentHash": "rMN1omGe8536f4xLMvx9NwfvpAc9YFFfeXJ1t4P4PE6Gu8WCIoFliR1sh07hM+bfODmesk/dvMbji7vNI+B/pQ==" + } + } + } +}
\ No newline at end of file |
