Removed MewExplorer from test pipeline

This commit is contained in:
Felix Weiß
2023-07-06 23:33:18 +02:00
parent fd85a87f5d
commit fcb62960ec
3 changed files with 3 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<IsPublishable>false</IsPublishable>
<IsPackable>false</IsPackable>
<TargetFrameworks>net7.0-android;</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>