Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
assembly reference bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrnjica committed May 19, 2017
1 parent 3701db6 commit bebd9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GPdotNET/GPdotNET.App/GPdotNET.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ run both on Windows and Lunux OS.</Description>
</PropertyGroup>
<ItemGroup>
<Reference Include="ClosedXML">
<HintPath>..\..\Assemblies\ClosedXML.dll</HintPath>
<HintPath>..\Assemblies\ClosedXML.dll</HintPath>
</Reference>
<Reference Include="DocumentFormat.OpenXml">
<HintPath>..\..\Assemblies\DocumentFormat.OpenXml.dll</HintPath>
<HintPath>..\Assemblies\DocumentFormat.OpenXml.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion GPdotNET/GPdotNET.Util/GPdotNET.Util.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<ItemGroup>
<Reference Include="ClosedXML, Version=0.67.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Assemblies\ClosedXML.dll</HintPath>
<HintPath>..\Assemblies\ClosedXML.dll</HintPath>
</Reference>
<Reference Include="DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down

0 comments on commit bebd9e1

Please sign in to comment.