Skip to content

Commit

Permalink
Further reference updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Feb 20, 2024
1 parent ea01d39 commit 2e64229
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SQLitePCLRaw.bundle_sqlite3" Version="2.1.6" Condition="'$(OS)' != 'Windows_NT'" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6" Condition="'$(OS)' == 'Windows_NT'" />
<PackageReference Include="SQLitePCLRaw.bundle_sqlite3" Version="2.1.8" Condition="'$(OS)' != 'Windows_NT'" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.8" Condition="'$(OS)' == 'Windows_NT'" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</PackageReference>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PackageReference Include="coverlet.msbuild" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 2e64229

Please sign in to comment.