Skip to content

Commit

Permalink
Merge pull request #291 from joecare99/GenFreeWin
Browse files Browse the repository at this point in the history
Gen free win
  • Loading branch information
joecare99 authored Jan 10, 2024
2 parents 6bcc4d6 + c059946 commit 19689cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GenFreeWin/GenFreeBase/GenFreeBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<None Remove="obj\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion GenFreeWin/VBUnObfusicator/VBUnObfusicator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="IsExternalInit" Version="1.0.3" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Condition="$(TargetFramework.Contains('net4'))" Include="System.Text.Json" Version="7.0.3" />
<PackageReference Condition="$(TargetFramework.Contains('net4'))" Include="System.Text.Json" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 19689cb

Please sign in to comment.