Skip to content

Commit

Permalink
Enable vbamc tool to run on .NET 6, 7 and 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Dec 19, 2023
1 parent 9e8605d commit 80eec7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>1.7.0</VersionPrefix>
Expand Down

0 comments on commit 80eec7f

Please sign in to comment.