Skip to content

Commit 82abf9c

Browse files
committed
Stop testing on mono
1 parent bda7cf6 commit 82abf9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/VS.Mefx.Tests/VS.Mefx.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0;net472</TargetFrameworks>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
5+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(TargetFrameworks);net472</TargetFrameworks>
56
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
67
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
78
</PropertyGroup>

0 commit comments

Comments
 (0)