Skip to content

Commit

Permalink
update dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
exzhawk authored Jan 6, 2025
1 parent 3b9da65 commit 4cf8b70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand All @@ -45,4 +45,4 @@ jobs:
- name: Archive
uses: actions/upload-artifact@v4
with:
path: MouseJiggler\bin\Release\net7.0-windows\win-x64\publish\*.exe
path: MouseJiggler\bin\Release\net8.0-windows\win-x64\publish\*.exe
2 changes: 1 addition & 1 deletion MouseJiggler/MouseJiggler.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>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>ArkaneSystems.MouseJiggler</RootNamespace>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions MouseJiggler/Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net7.0-windows\publish\</PublishDir>
<PublishDir>bin\Release\net8.0-windows\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishReadyToRun>false</PublishReadyToRun>
Expand Down

0 comments on commit 4cf8b70

Please sign in to comment.