Skip to content

Commit da89cc7

Browse files
run System.IO.Tests .NET 5 compat tests on every OS (#58613)
Co-authored-by: Adam Sitnik <[email protected]>
1 parent 693e2f3 commit da89cc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libraries/System.IO/tests/Net5CompatTests/System.IO.Net5Compat.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<TestRuntime>true</TestRuntime>
66
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
7-
<!-- Windows is currently the only OS for which we provide a new strategy, so we test the Net5Compat only for Windows -->
8-
<TargetFrameworks>$(NetCoreAppCurrent)-windows</TargetFrameworks>
7+
<TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
98
</PropertyGroup>
109
<ItemGroup>
1110
<Compile Include="..\**\*.cs" />

0 commit comments

Comments
 (0)