You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example: [`gnt`](https://3F.github.io/GetNuTool/releases/latest/gnt/)`~netfx4sdk & netfx4sdk -mode sys-or-pkg`
30
+
31
+
Or build and use from source:
32
+
33
+
```bat
34
+
git clone https://github.com/3F/netfx4sdk.git src
35
+
cd src & build & cd bin\Release\raw\
36
+
netfx4sdk -help
37
+
```
38
+
39
+
Note: starting with 2.0, in addition to `-rollback`, you can also use `-stub` key to check the commands for all planned changes without actually affecting the file system.
40
+
25
41
## Why netfx4sdk
26
42
27
43
*netfx4sdk* allows you to easily use the legacy (deprecated) SDK for modern toolsets and IDEs such as VS2022+ / MSBuild 17+ / and other tools without installing any other outdated versions of Visual Studio.
More actual examples can be found in [tests/](tests/) folder.
155
165
156
-
157
-
## Build and Use from source
158
-
159
-
```bat
160
-
git clone https://github.com/3F/netfx4sdk.git src
161
-
cd src & build & cd bin\Release\raw\
162
-
netfx4sdk -help
163
-
```
164
-
165
166
### .sha1 official distribution
166
167
167
168
*netfx4sdk* releases are now accompanied by a *.sha1* file in the official distribution; At the same time, commits from which releases are published are signed with the committer's verified signature (GPG).
0 commit comments