Skip to content

Commit

Permalink
rd-net tests: disable testing .NET Framework on Unix
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a88a02)
  • Loading branch information
ForNeVeR committed Oct 23, 2023
1 parent a22f310 commit 58164da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rd-net/Test.RdFramework/Test.RdFramework.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1;net35</TargetFrameworks>
<!--suppress MsbuildTargetFrameworkTagInspection -->
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<TargetFrameworks Condition=" $(OS) == 'Windows_NT' ">net472;$(TargetFrameworks);net35</TargetFrameworks>

<DebugType>Full</DebugType>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 58164da

Please sign in to comment.