|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<OutputType>WinExe</OutputType>
|
|
- <TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
|
|
|
|
|
|
+ <TargetFramework>net7.0-windows10.0.22621.0</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
<UseWPF>true</UseWPF>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
@@ -16,9 +16,10 @@
|
|
<Authors>Krzysztof Krysiński, Egor Mozgovoy, CPK</Authors>
|
|
<Authors>Krzysztof Krysiński, Egor Mozgovoy, CPK</Authors>
|
|
<Configurations>Debug;Release;MSIX;MSIX Debug;Dev Release</Configurations>
|
|
<Configurations>Debug;Release;MSIX;MSIX Debug;Dev Release</Configurations>
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
|
- <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
|
|
|
<ImplicitUsings>true</ImplicitUsings>
|
|
<ImplicitUsings>true</ImplicitUsings>
|
|
<AssemblyVersion></AssemblyVersion>
|
|
<AssemblyVersion></AssemblyVersion>
|
|
|
|
+ <LangVersion>11</LangVersion>
|
|
|
|
+ <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX|AnyCPU'">
|