We are currently using this (it is great!) on CMS 12.4 and .NET5.
We are in the process of upgrading to CMS 12.11 and .NET6.
During build, we now get this warning:
warning NU1608: Detected package version outside of dependency constraint: Advanced.CMS.TimeProperty 2.0.0 requires Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (>= 5.0.12 && < 6.0.0) but version Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 6.0.11 was resolved.
It actually works fine with .NET 6 Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
I suggest either change the current version to increase Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation to 5 and 6, or create a new build for .NET6.
I'd be happy to help with the pull request and testing if you tell me which approach you want to take.
We are currently using this (it is great!) on CMS 12.4 and .NET5. We are in the process of upgrading to CMS 12.11 and .NET6.
During build, we now get this warning:
It actually works fine with .NET 6
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
I suggest either change the current version to increase
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
to 5 and 6, or create a new build for .NET6.I'd be happy to help with the pull request and testing if you tell me which approach you want to take.
Thanks in advance