Skip to content

Commit

Permalink
Updated util refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Sep 11, 2023
1 parent a351fef commit a7681bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.4">
<PrivateAssets>all</PrivateAssets>
</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>
Expand Down
1 change: 0 additions & 1 deletion src/Digitalroot.Valheim.ForsakenJVL/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private async void LoadAssetFile()

if (!assetFile.Exists)
{

HttpUtil.DownloadFileAsync(Properties.Resources.asseturl, assetFile);
}

Expand Down
20 changes: 3 additions & 17 deletions src/Digitalroot.Valheim.ForsakenJVL/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
},
"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"
}
Expand Down Expand Up @@ -84,15 +84,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 @@ -120,11 +111,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

0 comments on commit a7681bc

Please sign in to comment.