Compare commits

...

4 Commits

Author SHA1 Message Date
Ed Blankenship
9ab38ce3ff
Merge b1dd94c7f9 into d49b21f881 2024-11-26 14:28:36 +00:00
Ed Blankenship
b1dd94c7f9
Merge branch 'main' into main 2024-11-26 14:28:33 +00:00
Ed Blankenship
e6513c32e9
Merge branch 'main' into main 2024-11-16 19:42:52 +00:00
Ed Blankenship
e112296069
Adding .NET 9.0 runtime to applications config 2024-11-16 12:18:14 +00:00

View File

@ -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",