Skip to content

Commit

Permalink
Sort Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Nov 4, 2023
1 parent 44114d0 commit af8f8df
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
<Import Project="Versions.props"/>

<PropertyGroup>
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
<Authors>.NET Foundation and Contributors</Authors>
<Company>.NET Foundation</Company>
<Product>xUnit.net Testing Framework</Product>
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
<DebugType>embedded</DebugType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<LangVersion>latest</LangVersion>
<MSBuildCopyContentTransitively>false</MSBuildCopyContentTransitively>
<PackageIcon>logo-512-transparent.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/xunit/visualstudio.xunit</PackageProjectUrl>
<DebugType>embedded</DebugType>
<LangVersion>latest</LangVersion>
<MSBuildCopyContentTransitively>false</MSBuildCopyContentTransitively>
<Product>xUnit.net Testing Framework</Product>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit af8f8df

Please sign in to comment.