run System.IO.Tests .NET 5 compat tests on every OS (#58613)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 3 Sep 2021 17:27:28 +0000 (10:27 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Sep 2021 17:27:28 +0000 (10:27 -0700)
Co-authored-by: Adam Sitnik <adam.sitnik@microsoft.com>
src/libraries/System.IO/tests/Net5CompatTests/System.IO.Net5Compat.Tests.csproj

index 321e2f4..c07749a 100644 (file)
@@ -4,8 +4,7 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <TestRuntime>true</TestRuntime>
     <IncludeRemoteExecutor>true</IncludeRemoteExecutor>
-    <!-- Windows is currently the only OS for which we provide a new strategy, so we test the Net5Compat only for Windows -->
-    <TargetFrameworks>$(NetCoreAppCurrent)-windows</TargetFrameworks>
+    <TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="..\**\*.cs" />