mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-21 13:31:30 -06:00
Adding .NET 9.0 runtime to applications config (#3041)
This commit is contained in:
parent
cf7f161a06
commit
e2ce998426
@ -439,6 +439,14 @@
|
|||||||
"link": "https://dotnet.microsoft.com/download/dotnet/8.0",
|
"link": "https://dotnet.microsoft.com/download/dotnet/8.0",
|
||||||
"winget": "Microsoft.DotNet.DesktopRuntime.8"
|
"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": {
|
"dmt": {
|
||||||
"winget": "GNE.DualMonitorTools",
|
"winget": "GNE.DualMonitorTools",
|
||||||
"choco": "dual-monitor-tools",
|
"choco": "dual-monitor-tools",
|
||||||
|
Loading…
Reference in New Issue
Block a user