Skip to content

Commit

Permalink
Migrate to .NET 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Aug 23, 2023
1 parent a509a11 commit e541581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/package.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdir ${env:buildPath}\.dist | Out-Null

Set-Location "${env:buildPath}\src\bin\Release\net5.0-windows"
Set-Location "${env:buildPath}\src\bin\Release\net7.0-windows"
7z a "${env:buildPath}\.dist\${env:_RELEASE_NAME}-${env:_RELEASE_VERSION}_${env:_RELEASE_CONFIGURATION}.zip" ".\*"
2 changes: 1 addition & 1 deletion src/FF7SND.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<UseWindowsForms>true</UseWindowsForms>
<Version>0.0.0</Version>
Expand Down

0 comments on commit e541581

Please sign in to comment.