Skip to content

Commit

Permalink
Use NETV8
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed Nov 16, 2023
1 parent 347bf51 commit 116d3dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup .NET 6
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
# This is a workaround for issue https://github.com/actions/virtual-environments/issues/1090,
# which causes to nuget restores to fail
- name: Clean NuGet cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-uploader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup .NET 6
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
# This is a workaround for issue https://github.com/actions/virtual-environments/issues/1090,
# which causes to nuget restores to fail
- name: Clean NuGet cache
Expand Down
2 changes: 1 addition & 1 deletion PlenBotLogUploader.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<LangVersion>10.0</LangVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
Expand Down

0 comments on commit 116d3dc

Please sign in to comment.