|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>netcoreapp3.1</TargetFramework> |
| 3 | + <TargetFramework>net6.0</TargetFramework> |
4 | 4 | <ApplicationIcon /> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <StartupObject /> |
7 | 7 | <NoWin32Manifest>true</NoWin32Manifest> |
| 8 | + <LangVersion>9</LangVersion> |
8 | 9 | </PropertyGroup> |
9 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
10 | | - <LangVersion>7.1</LangVersion> |
11 | | - </PropertyGroup> |
12 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
13 | | - <LangVersion>7.1</LangVersion> |
14 | | - </PropertyGroup> |
| 10 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" /> |
| 11 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'" /> |
15 | 12 | <ItemGroup> |
16 | | - <PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="3.1.7" /> |
17 | | - <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.7" /> |
18 | | - <PackageReference Include="microsoft.extensions.configuration.Json" Version="3.1.7" /> |
19 | | - <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="3.1.7" /> |
20 | | - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" /> |
| 13 | + <PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="6.0.0" /> |
| 14 | + <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.1" /> |
| 15 | + <PackageReference Include="microsoft.extensions.configuration.Json" Version="6.0.0" /> |
| 16 | + <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="6.0.0" /> |
| 17 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> |
21 | 18 | </ItemGroup> |
22 | 19 | <ItemGroup> |
23 | 20 | <Folder Include="Properties\" /> |
|
0 commit comments