RollForward support

- Added Forward compatibility with newer SDKs.
- Added root items into solution.
This commit is contained in:
Tony Bark 2026-02-04 00:05:25 -05:00
parent 2789562abd
commit 190b8d10bb
5 changed files with 15 additions and 7 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<Version>2.1.101-alpha</Version>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>