We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b6b8a commit 1b2ab0fCopy full SHA for 1b2ab0f
src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj
@@ -1,7 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
+
3
+ <PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
4
+ <TargetFrameworks>netstandard2.0;netstandard2.1;net48</TargetFrameworks>
5
+ </PropertyGroup>
6
+ <PropertyGroup Condition=" '$(OS)' != 'Windows_NT' ">
7
+ <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
8
9
10
<PropertyGroup>
- <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
11
<RootNamespace>FluentAssertions.Analyzers</RootNamespace>
12
</PropertyGroup>
13
0 commit comments