Files
winutil/docs/content/dev/features/Features/dotnet.md
T

18 lines
546 B
Markdown
Raw Normal View History

2026-02-10 19:49:36 +00:00
---
2026-04-17 09:04:35 -05:00
title: ".NET Framework (Versions 2, 3, 4) - Enable"
2026-02-10 19:49:36 +00:00
description: ""
---
2026-02-18 12:37:09 -06:00
```json {filename="config/feature.json",linenos=inline,linenostart=2}
"WPFFeaturesdotnet": {
2026-04-17 09:04:35 -05:00
"Content": ".NET Framework (Versions 2, 3, 4) - Enable",
2026-01-14 20:28:45 +02:00
"Description": ".NET and .NET Framework is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.",
"category": "Features",
"panel": "1",
"feature": [
"NetFx4-AdvSrvs",
"NetFx3"
],
"InvokeScript": [],
2026-01-07 19:55:35 +00:00
```