Skip to content

Commit

Permalink
Fix Microsoft Word Add-in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Jul 16, 2023
1 parent affec94 commit 470f8f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Examples/MicrosoftWordAddIn/MicrosoftWordAddIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@
<HintPath>packages\Codecrete.SwissQRBill.Windows.3.1.0\lib\netstandard2.0\Codecrete.SwissQRBill.Windows.dll</HintPath>
</Reference>
<Reference Include="QrCodeGenerator, Version=1.6.0.0, Culture=neutral, PublicKeyToken=6aa6bd7a159d47c2, processorArchitecture=MSIL">
<HintPath>packages\Net.Codecrete.QrCodeGenerator.2.0.1\lib\netstandard2.0\QrCodeGenerator.dll</HintPath>
<HintPath>packages\Net.Codecrete.QrCodeGenerator.2.0.0\lib\netstandard2.0\QrCodeGenerator.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
<Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Drawing.Common.4.7.3\lib\net461\System.Drawing.Common.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/MicrosoftWordAddIn/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="Codecrete.SwissQRBill.Core" version="3.1.0" targetFramework="net472" />
<package id="Codecrete.SwissQRBill.Windows" version="3.1.0" targetFramework="net472" />
<package id="Net.Codecrete.QrCodeGenerator" version="2.0.1" targetFramework="net472" />
<package id="Net.Codecrete.QrCodeGenerator" version="2.0.0" targetFramework="net472" />
<package id="System.Drawing.Common" version="4.7.3" targetFramework="net472" />
</packages>

0 comments on commit 470f8f5

Please sign in to comment.