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 f5e966d commit 1f14e9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 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
7 changes: 0 additions & 7 deletions Natasha.sln
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NET6.0", "NET6.0", "{65FA3A
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebapiSample", "samples\HE\NET6.0\WebapiSample\WebapiSample.csproj", "{78897466-885B-4CE3-B8E3-86C386B76B00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormsSample", "samples\HE\NET5.0\WinFormsSample\WinFormsSample.csproj", "{6EBE09EC-6AF0-4DB7-87F8-7CA0981F1281}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebapiWIthController", "samples\HE\NET6.0\WebapiWIthController\WebapiWIthController.csproj", "{78A4B5F2-A26B-473D-9035-D2078EDAB02A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NETCore3.0", "NETCore3.0", "{915508A8-D118-4B5D-A17C-761C7033D32D}"
Expand Down Expand Up @@ -469,10 +467,6 @@ Global
{78897466-885B-4CE3-B8E3-86C386B76B00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78897466-885B-4CE3-B8E3-86C386B76B00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78897466-885B-4CE3-B8E3-86C386B76B00}.Release|Any CPU.Build.0 = Release|Any CPU
{6EBE09EC-6AF0-4DB7-87F8-7CA0981F1281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EBE09EC-6AF0-4DB7-87F8-7CA0981F1281}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EBE09EC-6AF0-4DB7-87F8-7CA0981F1281}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EBE09EC-6AF0-4DB7-87F8-7CA0981F1281}.Release|Any CPU.Build.0 = Release|Any CPU
{78A4B5F2-A26B-473D-9035-D2078EDAB02A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78A4B5F2-A26B-473D-9035-D2078EDAB02A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78A4B5F2-A26B-473D-9035-D2078EDAB02A}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -573,7 +567,6 @@ Global
{EDCF0AD4-3106-4ACF-A564-32DF114A476D} = {B4487ABB-27A2-4353-AB16-1A94B31E0210}
{65FA3AA7-C1CF-4366-AE33-24EBF0291E31} = {9546332D-450A-44D1-BF9B-52F43A7F7DDC}
{78897466-885B-4CE3-B8E3-86C386B76B00} = {65FA3AA7-C1CF-4366-AE33-24EBF0291E31}
{6EBE09EC-6AF0-4DB7-87F8-7CA0981F1281} = {A31018CC-00C4-43A6-ADA4-86A844360148}
{78A4B5F2-A26B-473D-9035-D2078EDAB02A} = {65FA3AA7-C1CF-4366-AE33-24EBF0291E31}
{915508A8-D118-4B5D-A17C-761C7033D32D} = {9546332D-450A-44D1-BF9B-52F43A7F7DDC}
{580C1DBC-5EDB-4C77-A5B9-456E7800BC43} = {915508A8-D118-4B5D-A17C-761C7033D32D}
Expand Down
4 changes: 2 additions & 2 deletions test/ut/Plugin/Compile/Compile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

<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="..\Libraries\MetadataDiff\MetadataDiff\MetadataDiff.csproj" />
<ProjectReference Include="..\Libraries\PluginBase\PluginBase.csproj" />
</ItemGroup>

</Project>
7 changes: 3 additions & 4 deletions test/ut/Plugin/Libraries/SNDV_DV/SNDVDV/SNDVDV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<PackageReference Include="Dapper" Version="1.60.6" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\PluginBase\PluginBase.csproj" />
</ItemGroup>

<!--<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net6.0;net8.0;</TargetFrameworks>
Expand All @@ -23,9 +26,5 @@
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>-->

<ItemGroup>
<ProjectReference Include="..\..\PluginBase\PluginBase.csproj" />
</ItemGroup>

</Project>

0 comments on commit 1f14e9a

Please sign in to comment.