Skip to content

Commit 46d0e12

Browse files
committed
Remove doc generation for netstandard2.0.
1 parent b4634b3 commit 46d0e12

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/SenseNet.Security.Messaging.RabbitMQ/SenseNet.Security.Messaging.RabbitMQ.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2323
</PropertyGroup>
2424

25-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
26-
<DocumentationFile>bin\Release\netstandard2.0\SenseNet.Security.Messaging.RabbitMQ.xml</DocumentationFile>
27-
</PropertyGroup>
28-
2925
<ItemGroup>
3026
<PackageReference Include="RabbitMQ.Client" Version="7.0.0" />
3127
<PackageReference Include="SenseNet.Tools" Version="3.3.0" />

src/SenseNet.Security/SenseNet.Security.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2323
</PropertyGroup>
2424

25-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
26-
<DocumentationFile>bin\Release\netstandard2.0\SenseNet.Security.xml</DocumentationFile>
27-
</PropertyGroup>
28-
2925
<ItemGroup>
3026
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
3127
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0" />

0 commit comments

Comments
 (0)