File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 53
53
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 6.0.0" />
54
54
</ItemGroup >
55
55
56
- <ItemGroup Condition =" '$(TargetFramework)' == 'net10 .0'" >
56
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8 .0'" >
57
57
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 8.0.0" />
58
58
</ItemGroup >
59
59
60
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net10.0'" >
61
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 10.0.0-preview.1.25080.5" />
62
+ </ItemGroup >
63
+
60
64
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" >
61
65
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.7.0" />
62
66
</ItemGroup >
You can’t perform that action at this time.
0 commit comments