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

UWP Compatibility #14

Closed
anton-yashin opened this issue Dec 17, 2020 · 1 comment
Closed

UWP Compatibility #14

anton-yashin opened this issue Dec 17, 2020 · 1 comment

Comments

@anton-yashin
Copy link
Contributor

Latest UWP SDK's doesn't work properly with netstandard 1.0 assembly of LightMock in release mode. You need to change <TargetFramework>netstandard1.0</TargetFramework> to <TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks> in LightMock.csproj file to fix this. I also can provide a pull request with xunit tests and uwp test runner.

@seesharper
Copy link
Owner

Hi . I don't really think we need to support netstandard1.0 anymore. Just bump the whole thing to netstandard2.0 👍😀

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