Skip to content

Commit

Permalink
build(src/plugincore.aspnetcore/plugincore.aspnetcore.csproj): 1.4.1 …
Browse files Browse the repository at this point in the history
…-> 1.4.2

PackageReference: PluginCore: 2.2.4 -> 2.2.5
  • Loading branch information
yiyungent committed Apr 6, 2024
1 parent f2dad72 commit 75f17be
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.1</Version>
<Version>1.4.2</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.4" />
<PackageReference Include="PluginCore" Version="2.2.5" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\PluginCore\PluginCore.csproj" />
Expand Down

0 comments on commit 75f17be

Please sign in to comment.