File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,19 @@ tracker is no longer accepting new issues but is available at
27
27
https://issues.apache.org/jira/browse/LOG4NET for access to
28
28
previous issues.
29
29
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
+
You can’t perform that action at this time.
0 commit comments