Skip to content

Commit

Permalink
chore: bump missing .net 8 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmairegger committed Jan 20, 2025
1 parent c405bbc commit 6892404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CurrentNetVersion>9.0.0</CurrentNetVersion>
<PreviousNetVersion/>
<!-- note: when upgrading MinimumNetVersion ensure there is no NET(__version__)_0_OR_GREATER where __version__ is lower than the new MinimumNetVersion -->
<MinimumNetVersion>8.0.11</MinimumNetVersion>
<MinimumNetVersion>8.0.12</MinimumNetVersion>
<WindowsSdkVersion>10.0.19041.0</WindowsSdkVersion>

<!-- note: when removing NETFRAMEWORK ensure there is no NETFRAMEWORK prepocessor symbol in code -->
Expand Down

0 comments on commit 6892404

Please sign in to comment.