Skip to content

Commit

Permalink
run System.IO.Tests .NET 5 compat tests on every OS (#58611)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik authored Sep 3, 2021
1 parent 3fa8c5c commit 23a58e3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 23a58e3

Please sign in to comment.