Skip to content

Commit

Permalink
missing sharpziplib in asmdef of the testsgit status
Browse files Browse the repository at this point in the history
  • Loading branch information
fwild committed Sep 8, 2024
1 parent 107b2b3 commit 2a5a415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Assets/MirageXR/UnitTests/EditorTests/EditTests.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"precompiledReferences": [
"nunit.framework.dll",
"Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll",
"FakeItEasy.dll"
"FakeItEasy.dll",
"Unity.SharpZipLib.dll"
],
"autoReferenced": false,
"defineConstraints": [
Expand Down
3 changes: 2 additions & 1 deletion Assets/MirageXR/UnitTests/PlayModeTests/PlayModeTests.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
"Newtonsoft.Json.dll"
"Newtonsoft.Json.dll",
"Unity.SharpZipLib.dll"
],
"autoReferenced": true,
"defineConstraints": [
Expand Down

0 comments on commit 2a5a415

Please sign in to comment.