Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Started development of 1.1.0 to target .NET 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 8, 2023
1 parent a6c7b8b commit d8b39c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GRILO.BootableAppDemo/GRILO.BootableAppDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net48</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net48</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions GRILO.Bootloader/GRILO.Bootloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net48</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net48</TargetFrameworks>
<ApplicationIcon>OfficialAppIcon-GRILO.ico</ApplicationIcon>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
<Authors>Aptivi</Authors>
<Product>GRILO</Product>
<Description>Bootloader simulator for .NET</Description>
Expand Down

0 comments on commit d8b39c9

Please sign in to comment.