Skip to content

Commit

Permalink
republish
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Nov 13, 2024
1 parent 112c5eb commit c8c7673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
发布日志节点案例格式如下(支持多版本发布):
Example:
## [5.1.0.0] - 2023-04-02
Expand Down
8 changes: 4 additions & 4 deletions test/ut/Plugin/Domain/Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Natasha.CSharp.UnitTest.Base\Natasha.CSharp.UnitTest.Base.csproj" />
<ProjectReference Include="..\PluginLibraries\MetadataDiff\MetadataDiff\MetadataDiff.csproj" />
<ProjectReference Include="..\PluginLibraries\PluginBase\PluginBase.csproj" />
<ProjectReference Include="..\..\Natasha.CSharp.UnitTest.Base\Natasha.CSharp.UnitTest.Base.csproj" />
<ProjectReference Include="..\Libraries\MetadataDiff\MetadataDiff\MetadataDiff.csproj" />
<ProjectReference Include="..\Libraries\PluginBase\PluginBase.csproj" />
</ItemGroup>


Expand Down

0 comments on commit c8c7673

Please sign in to comment.