Skip to content

Commit

Permalink
Reverting mistaken property update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts committed Aug 19, 2024
1 parent 678d30e commit bef8bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>embedded</DebugType>
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
<MinVerMinimumMajorMinor>1.1</MinVerMinimumMajorMinor>
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit bef8bca

Please sign in to comment.