Skip to content

Commit e6da72f

Browse files
committed
Include documentation in the build
Change the settings so that documentation is included in the build.
1 parent 230afe2 commit e6da72f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NRedisStack/NRedisStack.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<Nullable>enable</Nullable>
55
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
6+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
67
<LangVersion>latest</LangVersion>
78
<ImplicitUsings>enable</ImplicitUsings>
89
<Authors>Redis Open Source</Authors>

0 commit comments

Comments
 (0)