Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not sure if this is a bug or intentional... #107

Open
rlgordey opened this issue Dec 5, 2021 · 3 comments
Open

Not sure if this is a bug or intentional... #107

rlgordey opened this issue Dec 5, 2021 · 3 comments

Comments

@rlgordey
Copy link

rlgordey commented Dec 5, 2021

I have one project that I am working on that is in part based on .NET Framework 4.7.2. It is currently using CqrsLite 1.33.0. Everything is working fine. However, when I attempt to upgrade CqrsLite to version 1.34.0 i get:

Could not install package 'CqrsLite 1.34.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Was dropping support for .NET Framework 4.7.2 intentional or accidental?

@gautema
Copy link
Owner

gautema commented Apr 7, 2022

Hi. Sorry for the slow reply. It was intentional as I wanted to make the code base a bit simpler and skip all compiler flags to support too many runtimes. Is there a reason you can't upgrade to .NET 5? I'm open to supporting 4.7 again if there's a demand.

@rlgordey
Copy link
Author

rlgordey commented Apr 7, 2022

Thanks for your reply. My project is based in part on an old version of Microsoft Dynamics GP. Microsoft has a newer Cloud version that my customer's don't want to use. So I am stuck with .net Framework. I do hope you consider supporting 4.7 again.

@gautema
Copy link
Owner

gautema commented Apr 8, 2022

I see. I will consider finding a flow to support it. Unfortunately I don't have a Windows machine at the moment so have to find a solution to that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants