Skip to content

Commit 6f611f1

Browse files
ProjectSynchrohfiguiere
authored andcommitted
dotnet: Bump freedesktop and dotnet defaults
1 parent c006b65 commit 6f611f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/flatpak-dotnet-generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
def main():
1616
# Bump this to latest freedesktop runtime version.
17-
freedesktop_default = '22.08'
17+
freedesktop_default = '24.08'
1818
# Bump this to an LTS dotnet version.
19-
dotnet_default = '6'
19+
dotnet_default = '8'
2020

2121
parser = argparse.ArgumentParser()
2222
parser.add_argument('output', help='The output JSON sources file')

0 commit comments

Comments
 (0)