Skip to content

Commit

Permalink
build(plugincore.aspnetcore.csproj): 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
PackageReference: PluginCore 2.2.3 -> 2.2.4
  • Loading branch information
yiyungent committed Mar 14, 2024
1 parent 0c20c18 commit 393d861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PluginCore.AspNetCore/PluginCore.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<PackageId>PluginCore.AspNetCore</PackageId>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
<Description>ASP.NET Core lightweight plugin framework</Description>
Expand All @@ -20,7 +20,7 @@

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

0 comments on commit 393d861

Please sign in to comment.