We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f7ed9 commit c83797aCopy full SHA for c83797a
1 file changed
ChatAIze.PluginApi/ChatAIze.PluginApi.csproj
@@ -40,7 +40,7 @@
40
<UseLocalChataizeProjects>false</UseLocalChataizeProjects>
41
</PropertyGroup>
42
<ItemGroup>
43
- <PackageReference Include="ChatAIze.Abstractions" Version="0.12.19" Condition="'$(UseLocalChataizeProjects)' != 'true'" />
+ <PackageReference Include="ChatAIze.Abstractions" Version="0.13.0" Condition="'$(UseLocalChataizeProjects)' != 'true'" />
44
<PackageReference Include="ChatAIze.Utilities" Version="0.5.12" Condition="'$(UseLocalChataizeProjects)' != 'true'" />
45
</ItemGroup>
46
<ItemGroup Condition="'$(UseLocalChataizeProjects)' == 'true'">
0 commit comments