Skip to content

Commit 951ef89

Browse files
committed
fix: CI
1 parent 298b3b0 commit 951ef89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Setup .NET"
2929
uses: actions/setup-dotnet@v5
3030
with:
31-
dotnet-version: '9.0.x'
31+
dotnet-version: '10.0.x'
3232
- name: "Restore"
3333
run: dotnet restore
3434
- name: "Build"

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: "Setup .NET"
1414
uses: actions/setup-dotnet@v5
1515
with:
16-
dotnet-version: '9.0.x'
16+
dotnet-version: '10.0.x'
1717
- name: "Restore"
1818
run: dotnet restore
1919
- name: "Build"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This tool is a replacement for the [flatpak-dotnet-generator](https://github.com
1212
3. Support for running `flatpak` commands in user mode (enabled with `--user`/`-u` flag)
1313

1414
## Dependencies
15-
- .NET 9.0
15+
- .NET 8/9/10
1616

1717
## Installation
1818
<a href='https://www.nuget.org/packages/Nickvision.FlatpakGenerator/'><img width='140' alt='Download on Nuget' src='https://www.nuget.org/Content/gallery/img/logo-header.svg'/></a>

0 commit comments

Comments
 (0)