Skip to content

Commit

Permalink
Build and Target DotNet 8 (#38)
Browse files Browse the repository at this point in the history
Build and target dotnet 8
  • Loading branch information
DanRigby authored Oct 21, 2024
1 parent bf2527e commit 61e14f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.x
8.x
dotnet-version: 8.x

- name: Restore Tools
run: dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion MudProxy/MudProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 61e14f0

Please sign in to comment.