mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-18 19:01:32 +12:00
update to NET 7.0
This commit is contained in:
parent
5ff1374693
commit
f2d529899c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
||||||
<RootNamespace>HISP.Noobs</RootNamespace>
|
<RootNamespace>HISP.Noobs</RootNamespace>
|
||||||
<LangVersion>10.0</LangVersion>
|
<LangVersion>10.0</LangVersion>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
|
|
||||||
<Platforms>x64;x86;AnyCPU</Platforms>
|
<Platforms>x64;x86;AnyCPU</Platforms>
|
||||||
<Configurations>Debug;Windows</Configurations>
|
<Configurations>Debug;Windows</Configurations>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -76,7 +77,6 @@
|
||||||
<GenerateBindingRedirectsOutputType>false</GenerateBindingRedirectsOutputType>
|
<GenerateBindingRedirectsOutputType>false</GenerateBindingRedirectsOutputType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0-windows</TargetFramework>
|
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<NoWin32Manifest>true</NoWin32Manifest>
|
<NoWin32Manifest>true</NoWin32Manifest>
|
||||||
<ApplicationIcon>icon.ico</ApplicationIcon>
|
<ApplicationIcon>icon.ico</ApplicationIcon>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue