Skip to content

Commit

Permalink
build(plugincore.aspnetcore.csproj): 1.3.3 -> 1.3.4
Browse files Browse the repository at this point in the history
PackageReference: PluginCore: 2.2.2 -> 2.2.3 , PluginCore.IPlugins.AspNetCore: 0.1.0 -> 0.1.1
  • Loading branch information
yiyungent committed Dec 30, 2023
1 parent 0a3210b commit 84550cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.3</Version>
<Version>1.3.4</Version>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
<Description>ASP.NET Core lightweight plugin framework</Description>
Expand All @@ -20,14 +20,14 @@

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

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.0" />
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.1" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\PluginCore.IPlugins.AspNetCore\PluginCore.IPlugins.AspNetCore.csproj" />
Expand Down

0 comments on commit 84550cc

Please sign in to comment.