Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
7sharp9 committed May 13, 2022
1 parent cecbe7d commit ecbe0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GitHome>https://github.com/$(gitOwner)</GitHome>
<GitUrl>$(gitHome)/$(gitName)</GitUrl>
<NupkgsDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg"))</NupkgsDir>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.8.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.8.1</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)$(VersionSuffix)</Version>
<!-- pack stuff -->
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
Expand Down

0 comments on commit ecbe0d9

Please # to comment.