There was an error while loading. Please reload this page.
1 parent 4a01e61 commit 56aad98Copy full SHA for 56aad98
1 file changed
src/dotnet/tools/lucene-cli/lucene-cli.csproj
@@ -27,7 +27,7 @@
27
<TargetFrameworks>net10.0;net8.0</TargetFrameworks>
28
<RollForward Condition=" $(TargetFramework.StartsWith('net8.')) Or $(TargetFramework.StartsWith('net10.')) ">Major</RollForward>
29
30
- <IsPublishable>true</IsPublishable>
+ <IsPublishable Condition="' $(TargetFramework.StartsWith('net8.')) Or $(TargetFramework.StartsWith('net10.')) '">true</IsPublishable>
31
<PackAsTool>true</PackAsTool>
32
<ToolCommandName>lucene</ToolCommandName>
33
0 commit comments