Skip to content

Commit 18406ff

Browse files
committed
Enable netfx build anywhere
1 parent 9f13cd8 commit 18406ff

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

tests/Doc/Doc.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition=" '$(IsWindows)' == 'true'">net6.0;net7.0;net8.0;net481</TargetFrameworks>
4-
<TargetFrameworks Condition=" '$(IsWindows)' != 'true'">net6.0;net7.0;net8.0</TargetFrameworks>
3+
<TargetFrameworks>net6.0;net7.0;net8.0;net481</TargetFrameworks>
54
<IsPackable>false</IsPackable>
65

76
<!-- don't warn about obsolete APIs, or theory with no data -->

tests/NRedisStack.Tests/NRedisStack.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition=" '$(IsWindows)' == 'true'">net6.0;net7.0;net8.0;net481</TargetFrameworks>
4-
<TargetFrameworks Condition=" '$(IsWindows)' != 'true'">net6.0;net7.0;net8.0</TargetFrameworks>
3+
<TargetFrameworks>net6.0;net7.0;net8.0;net481</TargetFrameworks>
54
<IsPackable>false</IsPackable>
65
<PreserveCompilationContext>true</PreserveCompilationContext>
76
</PropertyGroup>

tests/NRedisStack.Tests/TokenBasedAuthentication/FaultInjectorClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Diagnostics;
2+
using System.Net.Http;
23
using System.Text;
34
using System.Text.Json;
45

0 commit comments

Comments
 (0)