-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenAI - Update project to latest dependencies version
- Loading branch information
1 parent
a0d9c8f
commit c59371f
Showing
33 changed files
with
174 additions
and
606 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<!-- 👇🏼 MSBuild SDK for aspire in place of the workload This is the new way to get access to Aspire --> | ||
<Sdk Name="Aspire.AppHost.Sdk" Version="$(AspireAppHostVersion)" /> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<IsAspireHost>true</IsAspireHost> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\OpenAI.AzureService\OpenAI.AzureService.csproj" /> | ||
<ProjectReference Include="..\OpenAI.OllamaService\OpenAI.OllamaService.csproj" /> | ||
<ProjectReference Include="..\OpenAI.SummarizeService\OpenAI.SummarizeService.csproj" /> | ||
<ProjectReference Include="..\OpenAI.Web\OpenAI.Web.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.4.24122.1" /> | ||
<PackageReference Include="Aspire.Hosting.Dapr" Version="8.0.0-preview.4.24122.1" /> | ||
<PackageReference Include="Aspire.Hosting.AppHost" /> | ||
<PackageReference Include="Aspire.Hosting.Dapr" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
88 changes: 0 additions & 88 deletions
88
OpenAI/OpenAI.AzureService/Omnivore/OmnivoreWebhookRequest.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.