Skip to content

Commit

Permalink
Cleanup fsproj: TargetFrameworks -> TargetFramework (fsprojects#711)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Verdonck <florian.verdonck@outlook.com>
  • Loading branch information
auduchinok and nojaf committed Mar 6, 2020
1 parent cf9bf74 commit bc86642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Fantomas.Tests/Fantomas.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Version>3.3.0</Version>
<NoWarn>FS0988</NoWarn>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas/Fantomas.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\netfx.props" />
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.3.0</Version>
<Description>Source code formatter for F#</Description>
</PropertyGroup>
Expand Down

0 comments on commit bc86642

Please sign in to comment.