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 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 >
You can’t perform that action at this time.
0 commit comments