File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
snippets/csharp/Microsoft.Extensions.Configuration/ConfigurationBuilder/Overview Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6 .0.0" />
12- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6 .0.0" />
11+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8 .0.0" />
12+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.0" />
1313 </ItemGroup >
1414
1515 <ItemGroup >
You can’t perform that action at this time.
0 commit comments