Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Nov 13, 2024
1 parent cb595b1 commit f5e966d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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
6 changes: 3 additions & 3 deletions test/ut/Plugin/Domain/Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
</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 f5e966d

Please sign in to comment.