Skip to content

Commit bf41742

Browse files
Enable .NET SDK package validation (#240)
1 parent 4507992 commit bf41742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MSBuildLocator/Microsoft.Build.Locator.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
<Title>MSBuild Locator</Title>
1616
<Description>Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.</Description>
17+
18+
<EnablePackageValidation>true</EnablePackageValidation>
19+
<PackageValidationBaselineVersion>1.6.1</PackageValidationBaselineVersion>
1720
</PropertyGroup>
1821

1922
<PropertyGroup Condition="'$(TargetFramework)'=='net46'">

0 commit comments

Comments
 (0)