Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0d31f3

Browse files
authoredMay 14, 2024··
Update dotnet monorepo
1 parent 3f91650 commit b0d31f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.100",
3+
"version": "8.0.300",
44
"rollForward": "latestFeature"
55
}
66
}

‎src/FluentNHibernate.Testing/FluentNHibernate.Testing.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.3" />
21+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.5" />
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2323
<PackageReference Include="FakeItEasy" Version="8.2.0" />
2424
<PackageReference Include="NUnit" Version="4.1.0" />

0 commit comments

Comments
 (0)
Please sign in to comment.