Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project>
<!-- OllamaSharp.SourceGenerators uses Roslyn analyzer 4.12.0.0 which is available only from .NET 9+ SDK. This can be
deleted once we upgrade to .NET 9. Need to remove the analyzer explicitly for this otherwise it does not remove it. -->
<Target Name="RemoveOllamaAnalyzer" BeforeTargets="CoreCompile">
<ItemGroup>
<Analyzer Remove="@(Analyzer)" Condition="'%(Filename)' == 'OllamaSharp.SourceGenerators'" />
</ItemGroup>
</Target>
</Project>
1 change: 1 addition & 0 deletions DotNest.Core.SDK.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
NuGet.config = NuGet.config
Readme.md = Readme.md
renovate.json5 = renovate.json5
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{7E3915D4-E24A-45FD-887C-3CB4F445C30B}"
Expand Down
10 changes: 10 additions & 0 deletions src/DotNest.Core.SDK.Web/DotNest.Core.SDK.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
<PackageReference Include="Lombiq.Tests.UI.AppExtensions" Version="13.0.0" />
<PackageReference Include="Lombiq.Tests.UI.Shortcuts" Version="13.0.0" />
<PackageReference Include="Lombiq.Walkthroughs" Version="3.0.0" />
<PackageReference Include="CrestApps.OrchardCore.AI" Version="1.2.0-beta-0015" />
<PackageReference Include="CrestApps.OrchardCore.AI.Agent" Version="1.2.0-beta-0015" />
<PackageReference Include="CrestApps.OrchardCore.Resources" Version="1.2.0-beta-0015" />
<PackageReference Include="CrestApps.OrchardCore.AI.Chat" Version="1.2.0-beta-0015" />
<PackageReference Include="CrestApps.OrchardCore.AI.Mcp" Version="1.2.0-beta-0015" />
<PackageReference Include="CrestApps.OrchardCore.AzureAIInference" Version="1.2.0-beta-0015" />
<PackageReference Include="CrestApps.OrchardCore.Ollama" Version="1.2.0-beta-0015" />
<PackageReference Include="CrestApps.OrchardCore.OpenAI" Version="1.2.0-beta-0015" />
<PackageReference Include="CrestApps.OrchardCore.OpenAI.Azure" Version="1.2.0-beta-0015" />
<PackageReference Include="CrestApps.OrchardCore.SignalR" Version="1.2.0-beta-0015" />
</ItemGroup>

<ItemGroup>
Expand Down