Skip to content

Commit

Permalink
Fix copylocal flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jun 4, 2022
1 parent a662c83 commit 2a96ec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ConfigurationManager/ConfigurationManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@
<ItemGroup>
<Reference Include="BepInEx, Version=5.4.15.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\BepInEx.BaseLib.5.4.15\lib\net35\BepInEx.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UnityEngine.5.6.1\lib\net35\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions ConfigurationManager/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BepInEx.Analyzers" version="1.0.8" targetFramework="net35" developmentDependency="true" />
<package id="BepInEx.BaseLib" version="5.4.15" targetFramework="net35" />
<package id="UnityEngine" version="5.6.1" targetFramework="net35" />
<package id="BepInEx.BaseLib" version="5.4.15" targetFramework="net35" developmentDependency="true" />
<package id="UnityEngine" version="5.6.1" targetFramework="net35" developmentDependency="true" />
</packages>

0 comments on commit 2a96ec6

Please sign in to comment.