mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-08 23:16:28 +03:00
Bump TargetFramework from 8.0 to 9.0 (#344)
Simple and self-explanatory. Closes #342 --------- Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
5c235b9f98
commit
bf818401d8
3 changed files with 6 additions and 6 deletions
4
.github/workflows/build-pr.yml
vendored
4
.github/workflows/build-pr.yml
vendored
|
@ -25,10 +25,10 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '8.0.301'
|
||||
dotnet-version: '9.0.x'
|
||||
|
||||
- name: ReSharper CLI InspectCode
|
||||
uses: muno92/resharper_inspectcode@1.12.0
|
||||
uses: muno92/resharper_inspectcode@1.12.3
|
||||
with:
|
||||
solutionPath: ./Octobot.sln
|
||||
ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement, ConvertToPrimaryConstructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue