Skip to content

Commit

Permalink
Update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed Dec 1, 2023
1 parent 79bdeb1 commit b73054e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To quit, find the app's tray icon (Windows might move it into the overflow menu)

### Requirements
- Windows 10 version 2004 or newer
- [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download)
- [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download)

## To do

Expand Down
2 changes: 1 addition & 1 deletion StageManager/StageManager.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-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit b73054e

Please sign in to comment.