Skip to content

Commit 8a547f9

Browse files
committed
📝 add documentation about helper scripts to install legacy .net sdks
1 parent 6e21ead commit 8a547f9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,19 @@ tracker is no longer accepting new issues but is available at
2727
https://issues.apache.org/jira/browse/LOG4NET for access to
2828
previous issues.
2929

30+
31+
Developing
32+
==========
33+
34+
log4net targets a wide array of .net platforms, including some
35+
which are out of support from Microsoft, making it difficult to
36+
install relevant SDKs and build for those targets. In particular,
37+
older Client Profile .NET Framework targets and dotnet core 1.1
38+
may be installed by using the bundled helper scripts:
39+
40+
- [install-net-framework-sdk-3.5.ps1]()
41+
- [install-dotnet-core-sdk-1.1.ps1]()
42+
43+
These scripts download the relevant installers from Microsoft servers,
44+
but you run them at your own risk.
45+

0 commit comments

Comments
 (0)