Skip to content

Commit

Permalink
fix: lost selection settings
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Nov 2, 2024
1 parent fd14d87 commit eee88b3
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 137 deletions.
4 changes: 2 additions & 2 deletions EhTagClient/EhTagClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite">
<Version>3.1.30</Version>
<Version>3.1.32</Version>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<Version>3.1.30</Version>
<Version>3.1.32</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions EhTagTranslatorClient/EhTagTranslatorClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite">
<Version>3.1.30</Version>
<Version>3.1.32</Version>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<Version>3.1.30</Version>
<Version>3.1.32</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions EhWikiClient/EhWikiClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,18 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite">
<Version>3.1.30</Version>
<Version>3.1.32</Version>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<Version>3.1.30</Version>
<Version>3.1.32</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="Opportunity.Helpers.Universal">
<Version>1.3.19</Version>
Expand Down
8 changes: 4 additions & 4 deletions ExClient/ExClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -251,21 +251,21 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack">
<Version>1.11.46</Version>
<Version>1.11.70</Version>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite">
<Version>3.1.30</Version>
<Version>3.1.32</Version>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<Version>3.1.30</Version>
<Version>3.1.32</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="Opportunity.Helpers.Universal">
<Version>1.3.19</Version>
Expand Down
Loading

0 comments on commit eee88b3

Please sign in to comment.