FreeAndNil commented on code in PR #305:
URL: https://github.com/apache/logging-log4net/pull/305#discussion_r3718539147
##########
src/log4net.Tests/log4net.Tests.csproj:
##########
@@ -1,7 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsTestProject>true</IsTestProject>
- <TargetFrameworks>net462;net8.0</TargetFrameworks>
+ <TargetFrameworks>net462;net10.0</TargetFrameworks>
+ <!-- net462 test assemblies can only be executed on Windows: VSTest hosts
them through
+ TestHostNetFramework/testhost.exe, which is not part of the
Linux/macOS SDK. Building
Review Comment:
Good to know, but I don't want to try this on the CI machines ;-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]