Hey,
I tried to update ClangSharp dependency to latest 20.1.2.3 for CppAst and it is breaking my build as it is now requiring net10.0 while prior version were fine with net8.0:
- 20.1.2.2+:
net10.0
- 20.1.2.1:
net8.0
It is also a bit unfortunate that such a breaking change is happening on a patch version.
I see that issue #632 is mentioning this, but this is a different issue. I'm using the ClangSharp low level library, not the pinvoke generator.
Could the library be reverted to net8.0?
Hey,
I tried to update ClangSharp dependency to latest
20.1.2.3for CppAst and it is breaking my build as it is now requiringnet10.0while prior version were fine with net8.0:net10.0net8.0It is also a bit unfortunate that such a breaking change is happening on a patch version.
I see that issue #632 is mentioning this, but this is a different issue. I'm using the ClangSharp low level library, not the pinvoke generator.
Could the library be reverted to
net8.0?