Skip to content

Commit d8ce037

Browse files
d1mnewzMeir017
authored andcommitted
Target library to latest net standard (#89)
1 parent 2b7402c commit d8ce037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard1.3</TargetFramework>
4+
<TargetFrameworks>netstandard1.3;netstandard2.0;netstandard2.1</TargetFrameworks>
55
<RootNamespace>FluentAssertions.Analyzers</RootNamespace>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)