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