Skip to content

Commit

Permalink
CI: Fixed DLL paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Payne committed Jan 23, 2023
1 parent 0436802 commit 8d4ed3f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/ApcEpi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
<GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="Essentials Devices Common, Version=0.0.0.24856, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Essentials Devices Common, Version=1.12.2.32998, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Essentials Devices Common.dll</HintPath>
<HintPath>..\packages\PepperDashEssentials\lib\net35\Essentials Devices Common.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="PepperDashEssentials, Version=0.0.0.24859, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="PepperDashEssentials, Version=1.12.2.33004, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\PepperDashEssentials.dll</HintPath>
<HintPath>..\packages\PepperDashEssentials\lib\net35\PepperDashEssentials.dll</HintPath>
</Reference>
<Reference Include="PepperDash_Core, Version=1.1.4.32942, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="PepperDash_Core, Version=1.1.3.31124, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\PepperDash_Core.dll</HintPath>
<HintPath>..\packages\PepperDashEssentials\lib\net35\PepperDash_Core.dll</HintPath>
</Reference>
<Reference Include="PepperDash_Essentials_Core, Version=0.0.0.24854, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="PepperDash_Essentials_Core, Version=1.12.2.32994, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\PepperDash_Essentials_Core.dll</HintPath>
<HintPath>..\packages\PepperDashEssentials\lib\net35\PepperDash_Essentials_Core.dll</HintPath>
</Reference>
<Reference Include="PepperDash_Essentials_DM, Version=0.0.0.24858, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down

0 comments on commit 8d4ed3f

Please sign in to comment.