Skip to content

Commit

Permalink
Updated JvL ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Sep 11, 2023
1 parent ff65e94 commit 5db9eb1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.44" />
<PackageReference Include="Digitalroot.Valheim.Common.ModReferences" Version="1.0.1" />
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.16">
<IncludeAssets></IncludeAssets>
</PackageReference>
Expand All @@ -64,7 +63,8 @@
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.52" />
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.53" />
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.12.7" />
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
18 changes: 9 additions & 9 deletions src/Digitalroot.Valheim.ChainManager/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
"Digitalroot.Valheim.Common.Json": "1.0.32"
}
},
"Digitalroot.Valheim.Common.ModReferences": {
"type": "Direct",
"requested": "[1.0.1, )",
"resolved": "1.0.1",
"contentHash": "VnXkywsYjlN60luKakgPslwtINareK4O/1nu3srhkvrI8rWMITXtXJSkrEvQE4f/h+4lpZA4mrvFisbYdNfV5g=="
},
"Digitalroot.Valheim.Common.Names": {
"type": "Direct",
"requested": "[1.4.16, )",
Expand All @@ -56,13 +50,19 @@
},
"Digitalroot.Valheim.Common.Utils": {
"type": "Direct",
"requested": "[1.0.52, )",
"resolved": "1.0.52",
"contentHash": "VPqwLAbFxUukEBhmOOFbvxYbzwW8Z2sSFz1J3jZYJYXMOiw5hbXQOpSQQ3pU7/MxDQQQZ8z+jih/4rQr4DN4eg==",
"requested": "[1.0.53, )",
"resolved": "1.0.53",
"contentHash": "q5q7TsOutzHvbqe15OvFUk+e82HyNrQzdzCNwLEfZf94vjTdPiYzQaqmCPUHwtsrLaimEN7OHBj1Oj8STcio6g==",
"dependencies": {
"Digitalroot.Valheim.Common.Log": "1.1.44"
}
},
"Digitalroot.Valheim.References.JvL": {
"type": "Direct",
"requested": "[2.12.7, )",
"resolved": "2.12.7",
"contentHash": "aZHPeAG2mr6gBIkeR6C0R8gNRapU1Yl1YssKc8G4nzIe/VqRE2GLJ3r33bGFwgQjDIoRPqnPWjJYboSkonZM4Q=="
},
"ErrorProne.NET.CoreAnalyzers": {
"type": "Direct",
"requested": "[0.1.2, )",
Expand Down

0 comments on commit 5db9eb1

Please sign in to comment.