Skip to content

Commit a6835e3

Browse files
committed
pack
1 parent e42e449 commit a6835e3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

WebApiClientCore/WebApiClientCore.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.0.0" />
2020
</ItemGroup>
2121

22-
<!--nuget analyzers目录-->
23-
<ItemGroup>
24-
<None Include="$(OutputPath)\..\..\WebApiClientCore.Analyzers\$(Configuration)\**" PackagePath="analyzers\dotnet\cs" Pack="true" Visible="false" />
25-
</ItemGroup>
26-
2722
<ItemGroup>
2823
<ProjectReference Include="..\WebApiClientCore.Abstractions\WebApiClientCore.Abstractions.csproj" />
2924
<ProjectReference Include="..\WebApiClientCore.Analyzers\WebApiClientCore.Analyzers.csproj" ReferenceOutputAssembly="false" />
@@ -43,4 +38,8 @@
4338
</EmbeddedResource>
4439
</ItemGroup>
4540

41+
<!--nuget analyzers目录-->
42+
<ItemGroup>
43+
<None Include="$(OutputPath)\..\..\WebApiClientCore.Analyzers\$(Configuration)\**" PackagePath="analyzers\dotnet\cs" Pack="true" Visible="false" />
44+
</ItemGroup>
4645
</Project>

0 commit comments

Comments
 (0)