Skip to content

Commit

Permalink
Fixed NetworkCompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Jun 10, 2024
1 parent dcd2cec commit 8138602
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion src/Digitalroot.Valheim.MisophoniaFriendly/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Digitalroot.Valheim.MisophoniaFriendly
{
[BepInPlugin(Guid, Name, Version)]
[BepInDependency(Jotunn.Main.ModGuid)]
[NetworkCompatibility(CompatibilityLevel.NotEnforced)]
[NetworkCompatibility(CompatibilityLevel.NotEnforced, VersionStrictness.None)]
public partial class Main : BaseUnityPlugin, ITraceableLogging
{
public static Main Instance;
Expand Down
14 changes: 0 additions & 14 deletions src/Digitalroot.Valheim.MisophoniaFriendly/packages.lock.json
Original file line number Diff line number Diff line change
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.net48": "1.0.3"
}
},
"BepInEx.BaseLib": {
"type": "Transitive",
"resolved": "5.4.20",
Expand Down Expand Up @@ -125,11 +116,6 @@
"resolved": "1.2.0",
"contentHash": "jcZROJ28bmrZx/RaFHcTlSy3x4SmSsMolJiKoluFFrE7oMiXUnYx1K+SJeHJhow05W0Rg9oi9HEyZWwdYSV3cw=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
},
"Mono.Cecil": {
"type": "Transitive",
"resolved": "0.11.4",
Expand Down

0 comments on commit 8138602

Please sign in to comment.