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

Make compatible with .NET Standard #45

Open
cmeeren opened this issue Mar 14, 2017 · 4 comments
Open

Make compatible with .NET Standard #45

cmeeren opened this issue Mar 14, 2017 · 4 comments

Comments

@cmeeren
Copy link

cmeeren commented Mar 14, 2017

Please make this installable in .NET Standard class libraries.

I've just come across Redux in general and this package in particular, and I'm pumped and ready to get started, but I'm afraid lacking .NET Standard support is a deal breaker. 😢

@cmeeren
Copy link
Author

cmeeren commented Mar 14, 2017

Btw, I successfully compiled the two files (IAction.cs and Store.cs) when copied into a .NET Standard 1.0 project, so I expect it's just a matter of updating some metadata and publish to Nuget.

@GuillaumeSalles
Copy link
Owner

Hi @cmeeren,

I will publish a new version today.

@GuillaumeSalles
Copy link
Owner

New release : https://www.nuget.org/packages/Redux.NET/2.0.0

I think I upgraded the nuget correctly but I'm waiting for your approval to see if everything work fine on your side. 👍

Thanks

@cmeeren
Copy link
Author

cmeeren commented Mar 15, 2017

Thanks! Installed fine. For the record, here's the packages that were installed. Don't know why System.ComponentModel and System.Runtime.InteropServices.WindowsRuntime were installed - are those dependencies of System.Reactive?

Successfully installed 'Redux.NET 2.0.0' to MyProject.Core.Redux
Successfully installed 'System.ComponentModel 4.0.1' to MyProject.Core.Redux
Successfully installed 'System.Reactive 3.0.0' to MyProject.Core.Redux
Successfully installed 'System.Reactive.Core 3.0.0' to MyProject.Core.Redux
Successfully installed 'System.Reactive.Interfaces 3.0.0' to MyProject.Core.Redux
Successfully installed 'System.Reactive.Linq 3.0.0' to MyProject.Core.Redux
Successfully installed 'System.Reactive.PlatformServices 3.0.0' to MyProject.Core.Redux
Successfully installed 'System.Runtime.InteropServices.WindowsRuntime 4.0.1' to MyProject.Core.Redux

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