Skip to content

Commit

Permalink
Added Lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 14, 2021
1 parent 8063aff commit 7b0bcd2
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<Description>Logging for Valheim</Description>
<PackageReleaseNotes>Moved Traces to Log dir.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<VersionPrefix>1.0.0</VersionPrefix>
<RestoreAdditionalProjectSources>
https://nuget.bepinex.dev/v3/index.json;
Expand All @@ -48,6 +49,7 @@

<ItemGroup>
<PackageReference Include="BepInEx.BaseLib" Version="5.4.16" />
<PackageReference Include="BepInEx.Core" Version="5.4.16" />
<PackageReference Include="Digitalroot.Valheim.Common.Json" Version="1.0.11" />
</ItemGroup>

Expand Down
73 changes: 73 additions & 0 deletions src/Digitalroot.Valheim.Common.Log/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.6.2": {
"BepInEx.BaseLib": {
"type": "Direct",
"requested": "[5.4.16, )",
"resolved": "5.4.16",
"contentHash": "DydXiAQqbb1mqC++WlwYqwJ5DN7o+jM8LSQ8P43t82WCAkJFny0ode48brrD6vilDQuxZ621SOK9uuI3xo3Gyg=="
},
"BepInEx.Core": {
"type": "Direct",
"requested": "[5.4.16, )",
"resolved": "5.4.16",
"contentHash": "ywMFKW0SInV5U8h3mluStFI2xTJdrIaL8PLgrUMMhEA17NUZOKj8ZdlTu1Qoz6QJQslhp7b6KtwTOJXuAy9D+Q==",
"dependencies": {
"BepInEx.BaseLib": "5.4.16",
"HarmonyX": "2.5.5"
}
},
"Digitalroot.Valheim.Common.Json": {
"type": "Direct",
"requested": "[1.0.11, )",
"resolved": "1.0.11",
"contentHash": "Sk7grHySSkZ0LYG3RntnFPn0LxTelx1RdwNihVyFWJUjXiGf0CvFcMNnUdvGCc69vCX/Vl16h4jryqDvIYSwHA==",
"dependencies": {
"UnityEngine.Modules": "[2019.4.32]",
"fastJSON": "2.4.0.4"
}
},
"fastJSON": {
"type": "Transitive",
"resolved": "2.4.0.4",
"contentHash": "lbxY+miTOvCNbNfOk8HcbmBD9F6wv2dRKZlMjtJBm6rjA5vFKXBYtR6eoIe96HnCHOE1nCJbMsaZDKGNPg5mIA=="
},
"HarmonyX": {
"type": "Transitive",
"resolved": "2.5.5",
"contentHash": "sQTQhNCwbob8JnnLsJibcorfjQGi2ziseb8uIOtyWrIv/RrbH1bJiwwX6hyLHCrgLMbzBd5Z15SukTXlmfcYLQ==",
"dependencies": {
"MonoMod.RuntimeDetour": "21.8.19.1"
}
},
"Mono.Cecil": {
"type": "Transitive",
"resolved": "0.11.4",
"contentHash": "IC1h5g0NeJGHIUgzM1P82ld57knhP0IcQfrYITDPXlNpMYGUrsG5TxuaWTjaeqDNQMBDNZkB8L0rBnwsY6JHuQ=="
},
"MonoMod.RuntimeDetour": {
"type": "Transitive",
"resolved": "21.8.19.1",
"contentHash": "fUEvDK4q9n+GAAB29vFKAsUIwhKAvZTVbn2WJemzLxbiTElutZ55ytUQxSSv6XhiRaJXrl5bSArO54PY0QNplw==",
"dependencies": {
"Mono.Cecil": "0.11.4",
"MonoMod.Utils": "21.8.19.1"
}
},
"MonoMod.Utils": {
"type": "Transitive",
"resolved": "21.8.19.1",
"contentHash": "HsH5TBMUdJmQtdINdYFG5a3BvCeGPezDX42qgv+h539drpNdD+qE7/NT6BtcmDI+y6VSVClFdnzcVNrOvTSfWQ==",
"dependencies": {
"Mono.Cecil": "0.11.4"
}
},
"UnityEngine.Modules": {
"type": "Transitive",
"resolved": "2019.4.32",
"contentHash": "7KmS0Nz+s89igz/tDBRk9PEmWqlwReQZf9E6tl6/uV5DndbaR5WInqis4y6Fwq1B++2leamS7qPffnW5+WQwUw=="
}
}
}
}
3 changes: 2 additions & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<TargetFramework>net462</TargetFramework>
<LangVersion>9</LangVersion>
<IsPackable>false</IsPackable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<VersionPrefix>1.0.0</VersionPrefix>
<RestoreAdditionalProjectSources>
https://nuget.bepinex.dev/v3/index.json;
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
</RestoreAdditionalProjectSources>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
111 changes: 111 additions & 0 deletions src/UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.6.2": {
"BepInEx.BaseLib": {
"type": "Direct",
"requested": "[5.4.16, )",
"resolved": "5.4.16",
"contentHash": "DydXiAQqbb1mqC++WlwYqwJ5DN7o+jM8LSQ8P43t82WCAkJFny0ode48brrD6vilDQuxZ621SOK9uuI3xo3Gyg=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.0.0, )",
"resolved": "17.0.0",
"contentHash": "fJcnMY3jX1MzJvhGvUWauRhU5eQsOaHdwlrcnI3NabBhbi8WLAkMFI8d0YnewA/+b9q/U7vbhp8Xmh1vJ05FYQ==",
"dependencies": {
"Microsoft.CodeCoverage": "17.0.0"
}
},
"NUnit": {
"type": "Direct",
"requested": "[3.13.2, )",
"resolved": "3.13.2",
"contentHash": "u+fz/lXyR4vlamySNAEMrXvh+GhAQiB6/aVZtU5WjivR5zF26Ui0tfteDtWqT90k9D8y6g8rFKYQC97Z7d195w=="
},
"NUnit3TestAdapter": {
"type": "Direct",
"requested": "[4.1.0, )",
"resolved": "4.1.0",
"contentHash": "v45RJt87pPAWlCDIftmtQhNK0mXd81IcnTE6SmWUmxi6YegCvkQogZQ/ROw4zyNyo2HI3Ckby3LB0GHF4bEIXg=="
},
"NunitXml.TestLogger": {
"type": "Direct",
"requested": "[3.0.117, )",
"resolved": "3.0.117",
"contentHash": "+AEoIB71gu6R2QXzAs68MLlceLgo0T9hcL8yWGUi+UzozsDMIjHGKhqDqgCFwtO8UcXAJBaFNkK9o0gtFaLTSw=="
},
"BepInEx.Core": {
"type": "Transitive",
"resolved": "5.4.16",
"contentHash": "ywMFKW0SInV5U8h3mluStFI2xTJdrIaL8PLgrUMMhEA17NUZOKj8ZdlTu1Qoz6QJQslhp7b6KtwTOJXuAy9D+Q==",
"dependencies": {
"BepInEx.BaseLib": "5.4.16",
"HarmonyX": "2.5.5"
}
},
"Digitalroot.Valheim.Common.Json": {
"type": "Transitive",
"resolved": "1.0.11",
"contentHash": "Sk7grHySSkZ0LYG3RntnFPn0LxTelx1RdwNihVyFWJUjXiGf0CvFcMNnUdvGCc69vCX/Vl16h4jryqDvIYSwHA==",
"dependencies": {
"UnityEngine.Modules": "[2019.4.32]",
"fastJSON": "2.4.0.4"
}
},
"fastJSON": {
"type": "Transitive",
"resolved": "2.4.0.4",
"contentHash": "lbxY+miTOvCNbNfOk8HcbmBD9F6wv2dRKZlMjtJBm6rjA5vFKXBYtR6eoIe96HnCHOE1nCJbMsaZDKGNPg5mIA=="
},
"HarmonyX": {
"type": "Transitive",
"resolved": "2.5.5",
"contentHash": "sQTQhNCwbob8JnnLsJibcorfjQGi2ziseb8uIOtyWrIv/RrbH1bJiwwX6hyLHCrgLMbzBd5Z15SukTXlmfcYLQ==",
"dependencies": {
"MonoMod.RuntimeDetour": "21.8.19.1"
}
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "17.0.0",
"contentHash": "+B+09FPYBtf+cXfZOPIgpnP5mzLq5QdlBo+JEFy9CdqBaWHWE/YMY0Mos9uDsZhcgFegJm9GigAgMyqBZyfq+Q=="
},
"Mono.Cecil": {
"type": "Transitive",
"resolved": "0.11.4",
"contentHash": "IC1h5g0NeJGHIUgzM1P82ld57knhP0IcQfrYITDPXlNpMYGUrsG5TxuaWTjaeqDNQMBDNZkB8L0rBnwsY6JHuQ=="
},
"MonoMod.RuntimeDetour": {
"type": "Transitive",
"resolved": "21.8.19.1",
"contentHash": "fUEvDK4q9n+GAAB29vFKAsUIwhKAvZTVbn2WJemzLxbiTElutZ55ytUQxSSv6XhiRaJXrl5bSArO54PY0QNplw==",
"dependencies": {
"Mono.Cecil": "0.11.4",
"MonoMod.Utils": "21.8.19.1"
}
},
"MonoMod.Utils": {
"type": "Transitive",
"resolved": "21.8.19.1",
"contentHash": "HsH5TBMUdJmQtdINdYFG5a3BvCeGPezDX42qgv+h539drpNdD+qE7/NT6BtcmDI+y6VSVClFdnzcVNrOvTSfWQ==",
"dependencies": {
"Mono.Cecil": "0.11.4"
}
},
"UnityEngine.Modules": {
"type": "Transitive",
"resolved": "2019.4.32",
"contentHash": "7KmS0Nz+s89igz/tDBRk9PEmWqlwReQZf9E6tl6/uV5DndbaR5WInqis4y6Fwq1B++2leamS7qPffnW5+WQwUw=="
},
"digitalroot.valheim.common.log": {
"type": "Project",
"dependencies": {
"BepInEx.BaseLib": "5.4.16",
"BepInEx.Core": "5.4.16",
"Digitalroot.Valheim.Common.Json": "1.0.11"
}
}
}
}
}

0 comments on commit 7b0bcd2

Please sign in to comment.