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 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
9
9
10
10
<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" />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
You can’t perform that action at this time.
0 commit comments