Skip to content

Commit 6d433e0

Browse files
authored
remove redundant DefineConstants (#6797)
1 parent 2464c7e commit 6d433e0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/core/Akka.Remote.Tests.MultiNode/Akka.Remote.Tests.MultiNode.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,4 @@
2525
<Reference Include="System.Xml.Linq" />
2626
</ItemGroup>
2727

28-
<PropertyGroup Condition=" '$(TargetFramework)' == '$(NetFrameworkTestVersion)' ">
29-
<DefineConstants>$(DefineConstants);</DefineConstants>
30-
</PropertyGroup>
31-
3228
</Project>

src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@
2626
<!--<PackageReference Include="NUnit" Version="3.7.1" Condition="'$(TargetFramework)' == '$(NetCoreTestVersion)'"/>-->
2727
</ItemGroup>
2828

29-
<PropertyGroup Condition=" '$(TargetFramework)' == '$(NetFrameworkTestVersion)' ">
30-
<DefineConstants>$(DefineConstants)</DefineConstants>
31-
</PropertyGroup>
32-
3329
</Project>

0 commit comments

Comments
 (0)