mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 14:48:31 +00:00
19 lines
536 B
Markdown
19 lines
536 B
Markdown
---
|
|
title: "All .Net Framework (2,3,4)"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=2}
|
|
"WPFFeaturesdotnet": {
|
|
"Content": "All .Net Framework (2,3,4)",
|
|
"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",
|
|
"Order": "a010_",
|
|
"feature": [
|
|
"NetFx4-AdvSrvs",
|
|
"NetFx3"
|
|
],
|
|
"InvokeScript": [],
|
|
```
|