Skip to content

Commit

Permalink
⇅ Sort properties exposed from ThisAssembly.Project
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Dec 4, 2020
1 parent 4eeab58 commit 3d43620
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ThisAssembly.Project/ThisAssembly.Project.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project>

<ItemGroup>
<ProjectProperty Include="RootNamespace" />
<ProjectProperty Include="AssemblyName" />
<ProjectProperty Include="TargetFrameworkVersion" />
<ProjectProperty Include="RootNamespace" />

<ProjectProperty Include="TargetFrameworkIdentifier" />
<ProjectProperty Include="TargetFrameworkMoniker" />
<ProjectProperty Include="TargetFrameworkVersion" />
</ItemGroup>

</Project>

0 comments on commit 3d43620

Please sign in to comment.