Skip to content

Commit

Permalink
build(plugins/itodaysplus/itodaysplus.csproj): 0.1.2: ref update
Browse files Browse the repository at this point in the history
1. FrameworkReference: Microsoft.AspNetCore.App 2. PackageReference: PluginCore.IPlugins.AspNetCore
  • Loading branch information
yiyungent committed Jan 3, 2024
1 parent 9034e4c commit 2a227a2
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions plugins/ITodaysPlus/ITodaysPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>PluginCore.ITodaysPlus</PackageId>
<Version>0.1.1</Version>
<FileVersion>0.1.1.0</FileVersion>
<Version>0.1.2</Version>
<FileVersion>0.1.2.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
Expand All @@ -23,12 +23,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0">
<!--<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</PackageReference>-->
<FrameworkReference Include="Microsoft.AspNetCore.App">
<ExcludeAssets>runtime</ExcludeAssets>
</FrameworkReference>
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.1">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Octokit" Version="0.51.0" />
<PackageReference Include="Octokit.Reactive" Version="0.51.0" />
Expand Down

0 comments on commit 2a227a2

Please sign in to comment.