Skip to content

Commit

Permalink
Revert .NET version to 6.0 (see #86)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToaHartor committed Feb 12, 2023
1 parent addc5f9 commit 74b182b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.102
dotnet-version: 6.0.301

- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion src/GICutscenes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Version>0.5.0</Version>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<!--<RuntimeIdentifier>win-x64</RuntimeIdentifier>-->
<PublishTrimmed>true</PublishTrimmed>
<Authors>ToaHartor</Authors>
Expand Down

0 comments on commit 74b182b

Please sign in to comment.