Browse Source

Add Newtonsoft.Json as dependency

habeebweeb 3 years ago
parent
commit
a202010732
2 changed files with 4 additions and 1 deletions
  1. 1 1
      .gitignore
  2. 3 0
      MultipleMaids/MultipleMaids.csproj

+ 1 - 1
.gitignore

@@ -1,6 +1,6 @@
+MultipleMaids/lib/
 ## Ignore Visual Studio temporary files, build results, and
 ## files generated by popular Visual Studio add-ons.
-
 .vs/
 
 # User-specific files

+ 3 - 0
MultipleMaids/MultipleMaids.csproj

@@ -24,5 +24,8 @@
     <Reference Include="UnityInjector">
       <HintPath>lib\UnityInjector.dll</HintPath>
     </Reference>
+	<Reference Include="Newtonsoft.Josn">
+	  <HintPath>lib\Newtonsoft.Json.dll</HintPath>
+	</Reference>
   </ItemGroup>
 </Project>