Skip to content

Commit

Permalink
build: remove AllowedOutputExtensionsInPackageBuildOutputFolder tag i…
Browse files Browse the repository at this point in the history
…n Directory.build.props
  • Loading branch information
sandre58 committed May 4, 2024
1 parent 417b6b9 commit d599f93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.xml</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

<PropertyGroup Condition="$(IsTestProject)">
Expand Down

0 comments on commit d599f93

Please sign in to comment.