Skip to content

Commit

Permalink
dotnet: Bump freedesktop and dotnet defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro authored and hfiguiere committed Nov 11, 2024
1 parent c006b65 commit 6f611f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/flatpak-dotnet-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

def main():
# Bump this to latest freedesktop runtime version.
freedesktop_default = '22.08'
freedesktop_default = '24.08'
# Bump this to an LTS dotnet version.
dotnet_default = '6'
dotnet_default = '8'

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

0 comments on commit 6f611f1

Please sign in to comment.