Skip to content

Commit 1df5a10

Browse files
committed
Fix CurrentLtsTargetFramework
1 parent 87cf9b9 commit 1df5a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<!-- this should usually match for LTS builds, and be off-by-one otherwise;
4848
example use-case here is OOB packages where Aspire wants to be able to consume
4949
new features specific to OOB -->
50-
<CurrentLtsTargetFramework>net8.0</CurrentLtsTargetFramework>
50+
<CurrentLtsTargetFramework>net10.0</CurrentLtsTargetFramework>
5151
</PropertyGroup>
5252
<PropertyGroup Label="Arcade settings">
5353
<!-- Opt-in to Arcade tools for building VSIX projects. -->

0 commit comments

Comments
 (0)