Skip to content

Commit

Permalink
Merge Move GenerateDocumentationFile to project files #56
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt authored Aug 29, 2022
2 parents 9ef5486 + af4e157 commit 5567b1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AnalysisLevel>latest-all</AnalysisLevel>
<NoWarn>CS1591,CS8618,CS8620</NoWarn>
<VersionPrefix>0.1</VersionPrefix>
Expand Down
1 change: 1 addition & 0 deletions src/ModelRepoBrowser.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
Expand Down
1 change: 1 addition & 0 deletions tests/ModelRepoBrowser.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 5567b1d

Please sign in to comment.