Skip to content

Commit

Permalink
build(src/knifehub.web/knifehub.web.csproj): <Version>1.3.0</Version>
Browse files Browse the repository at this point in the history
<PackageReference Include="PluginCore.AspNetCore" Version="1.2.0" />
  • Loading branch information
yiyungent committed Feb 14, 2023
1 parent 1f92faf commit c164578
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/KnifeHub.Web/KnifeHub.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.2.1</Version>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<FileVersion>1.2.1.0</FileVersion>
<Version>1.3.0</Version>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -24,7 +24,7 @@

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

0 comments on commit c164578

Please sign in to comment.