Skip to content

Commit b27a9c2

Browse files
azurecoderCopilot
andcommitted
Bump DotPrompt to 0.0.6.1 in CLI project
Fixes NU1605 downgrade error: DotPrompt.Sql.Cli had its own direct reference to DotPrompt 0.0.5.1 which conflicted with the 0.0.6.1 reference in DotPrompt.Sql. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8393d82 commit b27a9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DotPrompt.Sql.Cli/DotPrompt.Sql.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="DotPrompt" Version="0.0.5.1" />
29+
<PackageReference Include="DotPrompt" Version="0.0.6.1" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)