Skip to content

Commit

Permalink
fixed compilation of TCK
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Mar 12, 2019
1 parent 9c02811 commit 835e53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\common.props" />
<PropertyGroup>
<AssemblyName>Akka.Streams.Tests</AssemblyName>
<TargetFrameworks>net452</TargetFrameworks>
<TargetFrameworks>$(NetFrameworkTestVersion)</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,7 +21,7 @@
<PackageReference Include="NUnit" Version="3.6.1" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' ">
<PropertyGroup Condition=" '$(TargetFramework)' == '$(NetFrameworkTestVersion)' ">
<DefineConstants>$(DefineConstants)</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit 835e53f

Please sign in to comment.