Skip to content

Commit

Permalink
chore: Bump .NET to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yushu2606 committed Nov 15, 2023
1 parent 270eed2 commit 4ed4199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Build
run: dotnet publish -c Release
- name: Upload Artifact
Expand Down
2 changes: 1 addition & 1 deletion src/Hosihikari.Minecraft.Extension.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand Down

0 comments on commit 4ed4199

Please sign in to comment.