fluffynuts commented on code in PR #305:
URL: https://github.com/apache/logging-log4net/pull/305#discussion_r3718441919
##########
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:
interestingly, this can be worked around - i do so on all of my machines :D
but it's a little bit manual - copying in the TestHostNetFramework folder from
an older dotnet installation. I'm sure I won't be able to one day tho :/
--
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]