Skip to content

Commit

Permalink
Updated to Valheim 0.217.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Aug 24, 2023
1 parent 5ef9471 commit 6e92bd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<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.0" />
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.4" />
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.52" />
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
Expand Down
20 changes: 6 additions & 14 deletions src/Digitalroot.Valheim.PluginInfo/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"Digitalroot.Valheim.Common.Json": "1.0.32"
}
},
"Digitalroot.Valheim.Common.ModReferences": {
"type": "Direct",
"requested": "[1.0.0, )",
"resolved": "1.0.0",
"contentHash": "hVAmePd8puQ0BYqfcp3r3q3g9oGh5ptrGpt+7FfAJH0NifZzTPkL8VuyLmrdpiqFYR8t8JCLbVamzJzpt7Mwlw=="
},
"Digitalroot.Valheim.Common.References": {
"type": "Direct",
"requested": "[0.217.4, )",
Expand Down Expand Up @@ -69,15 +75,6 @@
"Fody": "6.3.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net462": "1.0.3"
}
},
"BepInEx.BaseLib": {
"type": "Transitive",
"resolved": "5.4.20",
Expand Down Expand Up @@ -105,11 +102,6 @@
"MonoMod.RuntimeDetour": "21.12.13.1"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net462": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "IzAV30z22ESCeQfxP29oVf4qEo8fBGXLXSU6oacv/9Iqe6PzgHDKCaWfwMBak7bSJQM0F5boXWoZS+kChztRIQ=="
},
"Mono.Cecil": {
"type": "Transitive",
"resolved": "0.11.4",
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
Expand Down

0 comments on commit 6e92bd3

Please sign in to comment.