Skip to content

Commit

Permalink
Merge pull request #43 from matthoosier/fix-project-references
Browse files Browse the repository at this point in the history
Fix up dependency references
  • Loading branch information
audiamus authored Jul 10, 2022
2 parents 49cb7d9 + 685abd5 commit df63b30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Connect.lib.core/Connect.lib.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AAXClean" Version="0.4.6" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.37" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\git-clone\Mbucari\AAXClean\AAXClean.csproj" />
<ProjectReference Include="..\..\AaxAudioConverter\Audible.json.core\Audible.json.core.csproj" />
<ProjectReference Include="..\..\AaxAudioConverter\AuxLib.core\AuxLib.core.csproj" />
<ProjectReference Include="..\..\AaxAudioConverter\BooksDatabase.core\BooksDatabase.core.csproj" />
<ProjectReference Include="..\Audible.json.core\Audible.json.core.csproj" />
<ProjectReference Include="..\AuxLib.core\AuxLib.core.csproj" />
<ProjectReference Include="..\BooksDatabase.core\BooksDatabase.core.csproj" />
<ProjectReference Include="..\CommonTypes.lib.core\CommonTypes.lib.core.csproj" />
<ProjectReference Include="..\CommonUtil.lib.core\CommonUtil.lib.core.csproj" />
<ProjectReference Include="..\SystemMgmt.core\SystemMgmt.core.csproj" />
Expand Down

0 comments on commit df63b30

Please sign in to comment.