Skip to content

Commit

Permalink
build(qqbothub.web.csproj): <PackageReference Include="PluginCore.Asp…
Browse files Browse the repository at this point in the history
…NetCore" Version="0.0.5" />
  • Loading branch information
yiyungent committed Apr 16, 2022
1 parent cef714a commit 65330d8
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 @@ -17,7 +17,7 @@

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

0 comments on commit 65330d8

Please sign in to comment.