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
* FIXED: sys/system and WARN: Failed: 3
* FIXED: 'a6' is not recognized as an internal or external command
when "Access denied" attempt.
* FIXED: "Missing operator" when not found hMSBuild.
* CHANGED: Added hMSBuild's -no-less-4 restriction.
Requires hMSBuild 2.4 or higher
* CHANGED: Updated hMSBuild 2.4.1
https://github.com/3F/hMSBuild/releases/tag/2.4.1
A hack for dev environments in attempt to provide *.NET Framework 4.0* Developer Pack (SDK) support for modern Visual Studio 2022 / MSBuild 17 / or other tools.
3
+
An attempt to provide *.NET Framework 4.0* Developer Pack (SDK) support for modern Visual Studio / MSBuild / etc.
4
4
5
-
Two modes. Pure batch-scripts. Based on [hMSBuild](https://github.com/3F/hMSBuild) + [GetNuTool core](https://github.com/3F/GetNuTool)
5
+
Two modes! Pure batch-scripts! Portable and Flexible (changes can be easily undone) ! Free and Open !
6
6
7
-
Allows you to use a deprecated SDK for modern toolsets and IDEs such as VS2022 without installing any other outdated versions of Visual Studio.
7
+
Based on [hMSBuild](https://github.com/3F/hMSBuild) + [GetNuTool](https://github.com/3F/GetNuTool)
Microsoft officially dropped support of the **Developer Pack** (SDK) for .NET Framework 4.0.
19
+
*netfx4sdk* allows you to use easily a deprecated SDK for modern toolsets and IDEs such as VS2022+ / MSBuild 17+ / and other tools without installing any other outdated versions of Visual Studio.
20
20
21
-
* Now it can only be a **Runtime** version: https://dotnet.microsoft.com/en-us/download/visual-studio-sdks
21
+
Microsoft officially dropped support of the **Developer Pack** (SDK) for .NET Framework 4.0. Now it can only be a **Runtime** version: https://dotnet.microsoft.com/en-us/download/visual-studio-sdks
22
22
23
23
Means you [can't simply **build** anything](https://ci.appveyor.com/project/3Fs/vssolutionbuildevent/builds/42027332#L121) along with pure VS2022 (e.g. [VM image, clean VS2022 env](https://ci.appveyor.com/project/3Fs/vssolutionbuildevent/builds/42027332#L121))
24
24
@@ -30,9 +30,7 @@ But *netfx4sdk* will try to eliminate this artificial limitation by a single com
30
30
31
31
## Usage
32
32
33
-
Two modes.
34
-
35
-
`-mode sys` - Hack using assemblies for windows. Highly *recommended* because of
33
+
`-mode sys` - Hack using assemblies for windows. Highly *recommended* because
36
34
37
35
*[++] All modules are under windows support.
38
36
*[+] It does not require internet connection (portable).
@@ -60,7 +58,7 @@ Two modes.
60
58
-global - To use the global toolset, like hMSBuild.
61
59
62
60
-pkg-version {arg} - Specific package version. Where {arg}:
*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).
92
+
93
+
Make sure you are using official, unmodified, safe versions.
94
+
95
+
Note: *.sha1* file is a text list of published files with checksums in the format:
0 commit comments