Skip to content

Commit

Permalink
Enable GenerateDocumentationFile
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmac committed Nov 9, 2018
1 parent 5ea8391 commit 9707f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NetCoreExtensions/NetCoreExtensions.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1</Version>
Expand All @@ -10,6 +10,7 @@
<PackageReleaseNotes>https://github.com/gregmac/NetCoreExtensions/releases</PackageReleaseNotes>
<PackageTags>extensions regex string core</PackageTags>
<LangVersion>7.3</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants />
Expand Down

0 comments on commit 9707f3b

Please sign in to comment.