Skip to content

Commit 06b6faf

Browse files
authored
Merge pull request #95 from kzu/rollforward
Allow running tool on latest&greatest
2 parents be7f925 + ab3d08c commit 06b6faf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Ulid.Cli/Ulid.Cli.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<PackAsTool>true</PackAsTool>
1818
<LangVersion>7.3</LangVersion>
1919
<IsPackable>true</IsPackable>
20+
<!-- Allow running on whatever latest version users have. See https://docs.microsoft.com/en-us/dotnet/core/versions/selection#framework-dependent-apps-roll-forward -->
21+
<RollForward>LatestMajor</RollForward>
2022
</PropertyGroup>
2123

2224
<ItemGroup>

0 commit comments

Comments
 (0)