Skip to content

Commit

Permalink
Moved and upgraded System.Drawing.Common
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarX committed Oct 22, 2023
1 parent cf9e0b7 commit fee69f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/Camelot.Services.Windows/Camelot.Services.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="System.Drawing.Common" Version="4.5.0" />
<PackageReference Update="Packaging.Targets">
<Version>0.1.220</Version>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Camelot.Extensions\Camelot.Extensions.csproj" />
<ProjectReference Include="..\Camelot.Services.Abstractions\Camelot.Services.Abstractions.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
<ProjectReference Include="..\Camelot.ViewModels\Camelot.ViewModels.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit fee69f6

Please sign in to comment.