Skip to content

Commit 45b99be

Browse files
committed
Add missing dependency
1 parent 922e076 commit 45b99be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/NHibernate/NHibernate.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@
5353
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
5454
</ItemGroup>
5555

56-
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
56+
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
5757
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
5858
</ItemGroup>
5959

60+
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
61+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.1.25080.5" />
62+
</ItemGroup>
63+
6064
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
6165
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
6266
</ItemGroup>

0 commit comments

Comments
 (0)