Skip to content

Commit

Permalink
Use 'TargetFramework' instead of 'TargetFrameworks'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Foster committed Nov 6, 2021
1 parent 36bce58 commit 7419d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFramework>net5.0</TargetFramework>

<!-- This entire repo has just one version.json file, so compute the version once and share with all projects in a large build. -->
<GitVersionBaseDirectory>$(MSBuildThisFileDirectory)</GitVersionBaseDirectory>
Expand Down

0 comments on commit 7419d46

Please sign in to comment.