Skip to content

Commit

Permalink
Update the solution structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rodion-m committed Nov 17, 2023
1 parent 63fde7b commit 3beb4e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions OpenAI_DotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "configs", "configs", "{77B5
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{130D40E9-8E33-4EBA-8AE1-8B9479BC286A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "internal", "internal", "{B28033FF-A6F3-48AC-824F-99996B1AC85E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -106,5 +110,10 @@ Global
{E303F270-6091-47DE-9260-DAD6122005A7} = {926D63B6-9F6A-45A1-B5B7-5F36352C23AB}
{F2968A66-5672-439E-823E-D35100CA067D} = {068E9E67-C2FC-4F8C-B27C-CB3A8FA44BD8}
{E155D31C-0061-40A3-AD54-93B5DD08836B} = {068E9E67-C2FC-4F8C-B27C-CB3A8FA44BD8}
{A1A4460F-C7E8-48D4-B319-EADFB67A62F8} = {130D40E9-8E33-4EBA-8AE1-8B9479BC286A}
{F68FE4B2-DA47-496C-B129-EE875C133D2D} = {130D40E9-8E33-4EBA-8AE1-8B9479BC286A}
{DB6D8BCB-F003-4624-9277-3B4E1B7CDBCD} = {130D40E9-8E33-4EBA-8AE1-8B9479BC286A}
{068E9E67-C2FC-4F8C-B27C-CB3A8FA44BD8} = {130D40E9-8E33-4EBA-8AE1-8B9479BC286A}
{B28033FF-A6F3-48AC-824F-99996B1AC85E} = {130D40E9-8E33-4EBA-8AE1-8B9479BC286A}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion samples/ChatGpt.BlazorExample/ChatGpt.BlazorExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.9" />
<PackageReference Include="OpenAI.ChatGPT.EntityFrameworkCore" Version="3.1.1" />
<PackageReference Include="OpenAI.ChatGPT.EntityFrameworkCore" Version="3.2.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.9" />
<PackageReference Include="OpenAI.ChatGPT.EntityFrameworkCore" Version="3.1.1" />
<PackageReference Include="OpenAI.ChatGPT.EntityFrameworkCore" Version="3.2.0" />
<PackageReference Include="Telegram.Bot" Version="19.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 3beb4e1

Please sign in to comment.