Skip to content

Commit

Permalink
build(qqbothub.web.csproj): <PackageReference Include="QQBotHub.Sdk" …
Browse files Browse the repository at this point in the history
…Version="0.1.0" />
  • Loading branch information
yiyungent committed Apr 16, 2022
1 parent b7625dd commit d086d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QQBotHub.Web/QQBotHub.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<!-- 方便开发debug,与发布到nuget -->
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="QQBotHub.Sdk" Version="0.0.1" />
<PackageReference Include="QQBotHub.Sdk" Version="0.1.0" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\..\src\QQBotHub.Sdk\QQBotHub.Sdk.csproj" />
Expand Down

0 comments on commit d086d1f

Please sign in to comment.