Skip to content

Commit

Permalink
Add Lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MidoriKami committed Oct 7, 2023
1 parent 334a0e8 commit d4fb83a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WhoAmIAgain/WhoAmIAgain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@

<ItemGroup>
<None Remove="packages.lock.json" />
<None Remove="WhereAmIAgain.json" />
<None Remove="WhoAmIAgain.json" />
</ItemGroup>
</Project>
13 changes: 13 additions & 0 deletions WhoAmIAgain/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"dependencies": {
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.12, )",
"resolved": "2.1.12",
"contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg=="
}
}
}
}

0 comments on commit d4fb83a

Please sign in to comment.