Skip to content

Commit 5db9eb1

Browse files
committed
Updated JvL ref
1 parent ff65e94 commit 5db9eb1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/Digitalroot.Valheim.ChainManager/Digitalroot.Valheim.ChainManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5656
</PackageReference>
5757
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.44" />
58-
<PackageReference Include="Digitalroot.Valheim.Common.ModReferences" Version="1.0.1" />
5958
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.16">
6059
<IncludeAssets></IncludeAssets>
6160
</PackageReference>
@@ -64,7 +63,8 @@
6463
<ExcludeAssets>runtime</ExcludeAssets>
6564
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6665
</PackageReference>
67-
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.52" />
66+
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.53" />
67+
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.12.7" />
6868
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
6969
<PrivateAssets>all</PrivateAssets>
7070
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Digitalroot.Valheim.ChainManager/packages.lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
"Digitalroot.Valheim.Common.Json": "1.0.32"
3434
}
3535
},
36-
"Digitalroot.Valheim.Common.ModReferences": {
37-
"type": "Direct",
38-
"requested": "[1.0.1, )",
39-
"resolved": "1.0.1",
40-
"contentHash": "VnXkywsYjlN60luKakgPslwtINareK4O/1nu3srhkvrI8rWMITXtXJSkrEvQE4f/h+4lpZA4mrvFisbYdNfV5g=="
41-
},
4236
"Digitalroot.Valheim.Common.Names": {
4337
"type": "Direct",
4438
"requested": "[1.4.16, )",
@@ -56,13 +50,19 @@
5650
},
5751
"Digitalroot.Valheim.Common.Utils": {
5852
"type": "Direct",
59-
"requested": "[1.0.52, )",
60-
"resolved": "1.0.52",
61-
"contentHash": "VPqwLAbFxUukEBhmOOFbvxYbzwW8Z2sSFz1J3jZYJYXMOiw5hbXQOpSQQ3pU7/MxDQQQZ8z+jih/4rQr4DN4eg==",
53+
"requested": "[1.0.53, )",
54+
"resolved": "1.0.53",
55+
"contentHash": "q5q7TsOutzHvbqe15OvFUk+e82HyNrQzdzCNwLEfZf94vjTdPiYzQaqmCPUHwtsrLaimEN7OHBj1Oj8STcio6g==",
6256
"dependencies": {
6357
"Digitalroot.Valheim.Common.Log": "1.1.44"
6458
}
6559
},
60+
"Digitalroot.Valheim.References.JvL": {
61+
"type": "Direct",
62+
"requested": "[2.12.7, )",
63+
"resolved": "2.12.7",
64+
"contentHash": "aZHPeAG2mr6gBIkeR6C0R8gNRapU1Yl1YssKc8G4nzIe/VqRE2GLJ3r33bGFwgQjDIoRPqnPWjJYboSkonZM4Q=="
65+
},
6666
"ErrorProne.NET.CoreAnalyzers": {
6767
"type": "Direct",
6868
"requested": "[0.1.2, )",

0 commit comments

Comments
 (0)