Skip to content

Commit

Permalink
fix nuget bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Apr 28, 2024
1 parent de925af commit a706d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
14 changes: 1 addition & 13 deletions ChatGPTSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatGPTSharp", "ChatGPTShar
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatGPTSharp.Sample", "ChatGPTSharp.Sample\ChatGPTSharp.Sample.csproj", "{B7E1CE6F-D28E-432A-89CD-183D14EA6A56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiktokenSharp", "TiktokenSharp\TiktokenSharp\TiktokenSharp.csproj", "{54B50D31-17D1-4626-8FB2-AAB5EB80E183}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiktokenSharp.Test", "TiktokenSharp\TiktokenSharp.Test\TiktokenSharp.Test.csproj", "{5A418755-072F-4077-B15F-3A0B613F138E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetOnlineModelTokens", "GetOnlineModelTokens\GetOnlineModelTokens.csproj", "{99F1E690-6D47-47E5-8C79-056DBEDBDDFB}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetOnlineModelTokens", "GetOnlineModelTokens\GetOnlineModelTokens.csproj", "{99F1E690-6D47-47E5-8C79-056DBEDBDDFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -27,14 +23,6 @@ Global
{B7E1CE6F-D28E-432A-89CD-183D14EA6A56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7E1CE6F-D28E-432A-89CD-183D14EA6A56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7E1CE6F-D28E-432A-89CD-183D14EA6A56}.Release|Any CPU.Build.0 = Release|Any CPU
{54B50D31-17D1-4626-8FB2-AAB5EB80E183}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54B50D31-17D1-4626-8FB2-AAB5EB80E183}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54B50D31-17D1-4626-8FB2-AAB5EB80E183}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54B50D31-17D1-4626-8FB2-AAB5EB80E183}.Release|Any CPU.Build.0 = Release|Any CPU
{5A418755-072F-4077-B15F-3A0B613F138E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A418755-072F-4077-B15F-3A0B613F138E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A418755-072F-4077-B15F-3A0B613F138E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A418755-072F-4077-B15F-3A0B613F138E}.Release|Any CPU.Build.0 = Release|Any CPU
{99F1E690-6D47-47E5-8C79-056DBEDBDDFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99F1E690-6D47-47E5-8C79-056DBEDBDDFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99F1E690-6D47-47E5-8C79-056DBEDBDDFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
6 changes: 2 additions & 4 deletions ChatGPTSharp/ChatGPTSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/aiqinxuancai/ChatGPTSharp</RepositoryUrl>
<PackageTags>chatgpt;openai</PackageTags>
<Title>ChatGPTSharp</Title>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.1</VersionPrefix>
<UserSecretsId>4c177d5f-4337-454e-895d-41b94b987a07</UserSecretsId>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
Expand Down Expand Up @@ -49,9 +49,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TiktokenSharp\TiktokenSharp\TiktokenSharp.csproj" />
<PackageReference Include="TiktokenSharp" Version="1.1.0" />
</ItemGroup>

</Project>

0 comments on commit a706d89

Please sign in to comment.