Skip to content

Commit

Permalink
Merge pull request #21 from aariste/dev
Browse files Browse the repository at this point in the history
Changed projects to .NET 8.0
  • Loading branch information
aariste committed Jun 12, 2024
2 parents d5a301b + 5a6480b commit a94bf32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AASAXUtilLib/AASAXUtilLib.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ISVLicenseGenerator/ISVLicenseGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<UseWindowsForms>True</UseWindowsForms>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<Version>0.3</Version>
Expand Down

0 comments on commit a94bf32

Please sign in to comment.