Skip to content

Commit 7e2d70b

Browse files
Merge pull request #279 from Avanade/feat/newcartridges
feat: Update project version and dependencies
2 parents c62df4f + 03d029b commit 7e2d70b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Liquid.GenAi.OpenAi/Liquid.GenAi.OpenAi.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Copyright>Avanade 2019</Copyright>
1414
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1515
<PackageIcon>logo.png</PackageIcon>
16-
<Version>8.0.0</Version>
16+
<Version>8.1.0</Version>
1717
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1818
<IsPackable>true</IsPackable>
1919
<DebugType>Full</DebugType>
@@ -32,11 +32,8 @@
3232

3333
<ItemGroup>
3434
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
35+
<PackageReference Include="Liquid.Core" Version="8.1.0" />
3536
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
3637
</ItemGroup>
37-
38-
<ItemGroup>
39-
<ProjectReference Include="..\Liquid.Core\Liquid.Core.csproj" />
40-
</ItemGroup>
4138

4239
</Project>

0 commit comments

Comments
 (0)