Skip to content

Commit

Permalink
Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCarbon committed Jun 25, 2024
1 parent a25d9ea commit 51a405d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SBRW.Launcher.Core.Theme/SBRW.Launcher.Core.Theme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>10</LangVersion>
<UseWindowsForms>true</UseWindowsForms>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.3.1</Version>
<Version>0.3.2</Version>
<Authors>Soapbox Race World - Launcher Division</Authors>
<Company>Soapbox Race World</Company>
<Description>A Game Launchers Theme Library built within .NET Standard-Framework</Description>
Expand Down Expand Up @@ -96,9 +96,9 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Vanara.PInvoke.Gdi32" Version="3.4.15" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.15" />
<PackageReference Include="Vanara.PInvoke.UxTheme" Version="3.4.15" />
<PackageReference Include="Vanara.PInvoke.Gdi32" Version="4.0.2" />
<PackageReference Include="Vanara.PInvoke.User32" Version="4.0.2" />
<PackageReference Include="Vanara.PInvoke.UxTheme" Version="4.0.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down

0 comments on commit 51a405d

Please sign in to comment.