We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d48d7d commit e1ee3d7Copy full SHA for e1ee3d7
1 file changed
ChatAIze.PluginApi/ChatAIze.PluginApi.csproj
@@ -41,7 +41,7 @@
41
</PropertyGroup>
42
<ItemGroup>
43
<PackageReference Include="ChatAIze.Abstractions" Version="0.14.0" Condition="'$(UseLocalChataizeProjects)' != 'true'" />
44
- <PackageReference Include="ChatAIze.Utilities" Version="0.5.12" Condition="'$(UseLocalChataizeProjects)' != 'true'" />
+ <PackageReference Include="ChatAIze.Utilities" Version="0.6.0" Condition="'$(UseLocalChataizeProjects)' != 'true'" />
45
</ItemGroup>
46
<ItemGroup Condition="'$(UseLocalChataizeProjects)' == 'true'">
47
<ProjectReference Include="..\..\abstractions\ChatAIze.Abstractions\ChatAIze.Abstractions.csproj" />
0 commit comments