mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 12:14:47 -05:00
Update target frameworks and improve README
- Changed supported frameworks in CSTNet.csproj to net8.0 and net10.0. - Enhanced README with clearer prerequisites, reorganized notes, and added background section for better project context.
This commit is contained in:
parent
9069feb38a
commit
ee4af04826
2 changed files with 8 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
||||
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
|
||||
<Version>2.2.100-alpha</Version>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>latest</LangVersion>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue