Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tuke307/LibBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
tuke307 committed Aug 24, 2021
2 parents ecd85f1 + 4aed113 commit 5d09728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LibBuilder.Console.App/LibBuilder.Console.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Conditionally obtain references for the .NET Framework 4.7.2 target -->
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.4" />
<PackageReference Include="Costura.Fody" Version="5.3.0">
<PackageReference Include="Costura.Fody" Version="5.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/LibBuilder.WPF.App/LibBuilder.WPF.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<PackageReference Include="Dragablz" Version="0.0.3.223" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.4" />
<PackageReference Include="Costura.Fody" Version="5.3.0">
<PackageReference Include="Costura.Fody" Version="5.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 5d09728

Please sign in to comment.