We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104acfe commit 19dcc4fCopy full SHA for 19dcc4f
snippets/csharp/Microsoft.Extensions.Configuration/ConfigurationBuilder/Overview/AppWithOptions.csproj
@@ -2,14 +2,14 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
12
- <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
+ <PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
+ <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
13
</ItemGroup>
14
15
0 commit comments