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: Issue #3 incorrect -mode sys handling on Windows XP.
* FIXED: `Invalid switch - /B` in older xcopy. Part of issue #3.
* NEW: Implemented `-pkg-version` to set specific package version.
* NEW: Storing multiple versions in a packages folder.
* NEW: `pkg` and `system` mode aliases.
* NEW: `-global` key to use the global toolset instead of the local,
like hMSBuild.
* CHANGED: Redirected warn messages into stderr stream.
* CHANGED: Default remote package 1.0.2 up to 1.0.3.
To use the latest version, call `-pkg-version latest`
A hack for dev environments to provide *.NET Framework 4.0* Developer Pack (SDK) support for modern Visual Studio 2022 / MSBuild 17 / or other tools.
4
-
5
-
It doesn't require installation of outdated Visual Studio such as VS2019 and related.
3
+
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.
6
4
7
5
Two modes. Pure batch-scripts. Based on [hMSBuild](https://github.com/3F/hMSBuild) + [GetNuTool core](https://github.com/3F/GetNuTool)
8
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.
Microsoft officially dropped support of the **Developer Pack** (SDK) for .NET Framework 4.0.
21
20
22
21
* Now it can only be a **Runtime** version: https://dotnet.microsoft.com/en-us/download/visual-studio-sdks
23
22
24
-
Means you [can't simply **build** anything](https://ci.appveyor.com/project/3Fs/vssolutionbuildevent/builds/42027332#L121) along with pure VS2022 (eg. [VM image, clean VS2022 env](https://ci.appveyor.com/project/3Fs/vssolutionbuildevent/builds/42027332#L121))
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))
25
24
26
25
> MSB3644: The reference assemblies for .NETFramework,Version=v4.0 were not found. To resolve this, **install the Developer Pack** (SDK/Targeting Pack) for this framework version or retarget your application. You can (\*no, you can't) download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
27
26
@@ -51,14 +50,22 @@ Two modes.
51
50
52
51
```bat
53
52
-mode {value}
54
-
* sys - (Recommended) Hack using assemblies for windows.
0 commit comments