Skip to content

Commit a7df425

Browse files
Copilotjeffhandleystephentoub
authored
Enable EnablePackageValidation for all src packages with 1.0.0 baseline (#1330)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com> Co-authored-by: Stephen Toub <stoub@microsoft.com> Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
1 parent 831cf4b commit a7df425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
<AssemblyOriginatorKeyFile>$(RepoRoot)\Open.snk</AssemblyOriginatorKeyFile>
1818
<SignAssembly>true</SignAssembly>
19+
<EnablePackageValidation>true</EnablePackageValidation>
20+
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
1921
</PropertyGroup>
2022

2123
<ItemGroup>

0 commit comments

Comments
 (0)