Skip to content

Commit 0d6d1cc

Browse files
committed
📝 add information about helper scripts to install legacy .net/dotnet sdks to build instructions
1 parent 8a547f9 commit 0d6d1cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

BUILDING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Options:
1818
- on Win10+, this can only be installed via Add/Remove Windows Components
1919
- on other platforms, see https://dotnet.microsoft.com/download/dotnet-framework/net35-sp1
2020
- Building against .net 2/3.5, especially Client Profile, is not supported on Mono
21+
- Log4Net supports some older, out-of-support .net SDKs, particularly
22+
dotnet core 1.1 and .net framework client profiles for 3.5 and 4.0.
23+
There are helper powershell scripts in the root of this
24+
repository to assist with obtaining and installing these
25+
SDKs from Microsoft servers. Please see:
26+
- [install-dotnet-core-sdk-1.1.ps1](install-dotnet-core-sdk-1.1.ps1)
27+
- [install-net-framework-sdk-3.5.ps1](install-net-framework-sdk-3.5.ps1)
2128
- Binaries can be built with a Visual Studio or Rider installation
2229
- Binaries, packages and a release zip can be built via commandline
2330
- Ensure that you have a reasonably modern NodeJS installed (at least version 8+)

0 commit comments

Comments
 (0)