Skip to content

Commit

Permalink
Try build.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrison314 committed Nov 17, 2023
1 parent 00e11ea commit 154f8ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0'
dotnet-version: '8.0.x'
cache: true
- name: Run './build.cmd BuildAll'
run: ./build.cmd BuildAll
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>..</NukeRootDirectory>
Expand Down

0 comments on commit 154f8ba

Please sign in to comment.