Skip to content

Commit

Permalink
DotNetVersion fix (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii Kaplanovskyi <andrii.kaplanovskyi@dcslsoftware.com>
  • Loading branch information
andriikaplanovskyi and andrii-kaplanovskyi authored Nov 16, 2023
1 parent 85e695c commit e28ad84
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 @@ -7,7 +7,7 @@
<Deterministic>true</Deterministic>
<DebugType>embedded</DebugType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DotNetVersion>7</DotNetVersion>
<DotNetVersion>8</DotNetVersion>
<MinVerTagPrefix>v$(DotNetVersion).</MinVerTagPrefix>
<MinVerSkip Condition="'$(Configuration)' != 'Release'">true</MinVerSkip>
</PropertyGroup>
Expand Down

0 comments on commit e28ad84

Please sign in to comment.