Changeset - e4628e1c4408
[Not reviewed]
default
0 1 0
Jason Maltzen - 12 months ago 2023-12-07 04:42:11
jason@hiddenachievement.com
Update to .NET 7
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
DesertPaintCodex.csproj
Show inline comments
 
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
 
    <OutputType>WinExe</OutputType>
 
    <TargetFramework>net5.0</TargetFramework>
 
    <TargetFramework>net7.0</TargetFramework>
 
    <Nullable>enable</Nullable>
 
    <ApplicationIcon>Assets\desert_paint_codex_icon.ico</ApplicationIcon>
 
    <StartupObject>DesertPaintCodex.Program</StartupObject>
 
    <Platforms>AnyCPU;x64</Platforms>
 
    <Version>1.8.0</Version>
 
  </PropertyGroup>
 
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
 
    <PlatformTarget>x64</PlatformTarget>
0 comments (0 inline, 0 general)