Skip to content

Commit e1f8626

Browse files
.Net: Enable package validation for the liquid prompt template package (#11818)
Contributes to: #10070
1 parent 7a77e71 commit e1f8626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/Extensions/PromptTemplates.Liquid/PromptTemplates.Liquid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>$(AssemblyName)</RootNamespace>
77
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
88
<NoWarn>$(NoWarn)</NoWarn>
9-
<EnablePackageValidation>false</EnablePackageValidation>
9+
<EnablePackageValidation>true</EnablePackageValidation>
1010
</PropertyGroup>
1111

1212
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />

0 commit comments

Comments
 (0)