mirror of
https://git.tonybark.com/tonytins/Longhorn.git
synced 2026-02-10 08:14:51 -05:00
- Added Forward compatibility with newer SDKs. - Added root items into solution.
6 lines
161 B
XML
6 lines
161 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!-- Allow running on any .NET 8+ runtime (8, 9, 10, ...) -->
|
|
<RollForward>LatestMajor</RollForward>
|
|
</PropertyGroup>
|
|
</Project>
|