Skip to content

Commit

Permalink
Adding .NET 9.0 runtime to applications config (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdBlankenship authored Dec 6, 2024
1 parent cf7f161 commit e2ce998
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,14 @@
"link": "https://dotnet.microsoft.com/download/dotnet/8.0",
"winget": "Microsoft.DotNet.DesktopRuntime.8"
},
"dotnet9": {
"category": "Microsoft Tools",
"choco": "dotnet-9.0-runtime",
"content": ".NET Desktop Runtime 9",
"description": ".NET Desktop Runtime 9 is a runtime environment required for running applications developed with .NET 9.",
"link": "https://dotnet.microsoft.com/download/dotnet/9.0",
"winget": "Microsoft.DotNet.DesktopRuntime.9"
},
"dmt": {
"winget": "GNE.DualMonitorTools",
"choco": "dual-monitor-tools",
Expand Down

0 comments on commit e2ce998

Please sign in to comment.