mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-20 03:48:30 +00:00
18 lines
546 B
Markdown
18 lines
546 B
Markdown
---
|
|
title: ".NET Framework (Versions 2, 3, 4) - Enable"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=2}
|
|
"WPFFeaturesdotnet": {
|
|
"Content": ".NET Framework (Versions 2, 3, 4) - Enable",
|
|
"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": [],
|
|
```
|