Skip to content

Commit

Permalink
unbreak .NET 7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
zaimoni committed Nov 9, 2022
1 parent 6f5b4c5 commit 5630b59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions RogueSurvivor/RSConfig/RSConfig.csproj
Expand Up @@ -2,16 +2,17 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms> <!-- unsure if this is correct -->

<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<RootNamespace>Setup</RootNamespace>
<!-- configure automatic assembly info generation -->
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<AssemblyName>RSConfig</AssemblyName>
<Company>Zaimoni.com</Company>
<Copyright>Copyright © 2012 (roguedjack),2016-2020</Copyright>
<Copyright>Copyright © 2012 (roguedjack),2016-2022</Copyright>
<Version>1.0.0.0</Version>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
Expand Down
5 changes: 3 additions & 2 deletions RogueSurvivor/RogueSurvivor.csproj
Expand Up @@ -2,16 +2,17 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms> <!-- unsure if this is correct -->

<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<RootNamespace>djack.RogueSurvivor</RootNamespace>
<!-- configure automatic assembly info generation -->
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<AssemblyName>RogueSurvivor</AssemblyName>
<Company>Zaimoni.com</Company>
<Copyright>Copyright © 2012 (roguedjack),2016-2020</Copyright>
<Copyright>Copyright © 2012 (roguedjack),2016-2022</Copyright>
<Version>0.9.1.0</Version>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
Expand Down

0 comments on commit 5630b59

Please sign in to comment.