Skip to content

Commit

Permalink
Update dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
maroontress-tomohisa committed Apr 15, 2024
1 parent 772000f commit 4c94bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SqlBind.Test/SqlBind.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="StyleChecker" Version="1.0.27" PrivateAssets="all" />
<PackageReference Include="StyleChecker.Annotations" Version="1.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion SqlBind/SqlBind.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.3" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.4" />
</ItemGroup>

</Project>

0 comments on commit 4c94bd1

Please sign in to comment.