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 4f6f011

Browse files
authoredFeb 12, 2025··
Update dotnet monorepo to v9
1 parent fc7f486 commit 4f6f011

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": "9.0.200",
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="9.0.2" />
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
2323
<PackageReference Include="FakeItEasy" Version="8.3.0" />
2424
<PackageReference Include="NUnit" Version="4.2.2" />

0 commit comments

Comments
 (0)
Please sign in to comment.