Use .NET 9

This commit is contained in:
Tyrrrz 2024-11-12 22:34:37 +02:00
parent 223e4a04e8
commit 7bfb8afbb9
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Install .NET - name: Install .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0 uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with: with:
dotnet-version: 8.0.x dotnet-version: 9.0.x
- name: Verify formatting - name: Verify formatting
run: > run: >
@ -77,7 +77,7 @@ jobs:
- name: Install .NET - name: Install .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0 uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with: with:
dotnet-version: 8.0.x dotnet-version: 9.0.x
- name: Download FFmpeg - name: Download FFmpeg
if: ${{ matrix.bundle-ffmpeg }} if: ${{ matrix.bundle-ffmpeg }}

View File

@ -1,7 +1,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
<Version>999.9.9-dev</Version> <Version>999.9.9-dev</Version>
<Company>Tyrrrz</Company> <Company>Tyrrrz</Company>
<Copyright>Copyright (C) Oleksii Holub</Copyright> <Copyright>Copyright (C) Oleksii Holub</Copyright>