-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Project Microsoft.ReactNative is not compatible with uap10.0.16299 problem #10230
Comments
According to the docs, 16299 should be supported as a min version. Did your project build fine before adding the library reference? I'm not sure what sorts of project differences result from using |
Just followed the same steps and I'm not able to reproduce this:
|
The library builds fine. But when adding it in the example library that was created by 'npx react-native-windows-init' it will trigger an error with the above logs. Create React-native library adds in a windows folder automatically, but it somehow have conflict when adding it as a referens to the example project. I hope this is clear enough as it should be easy to repreduce |
@JunielKatarn since the error happens during nuget restore, I'm wondering if this might be related to the PackageReference support. Could you please take a look? Thanks! |
Sure thing. |
Provisinally adding the |
Maybe same kind of issue #10059 |
Problem Description
Hi, I am trying to build a library that has support for
react-native-windows
.The problem is that when I build the library trigger an error build, see below
LOGS
Steps To Reproduce
create-react-native-library
react-native
project and add windows usingnpx react-native-windows-init --language cs --overwrite
npx react-native run-windows
Here is my Library Package.JSON.
here my exmaple Project package.json
Expected Results
should be build and run without any issue
CLI version
8.0.2
Environment
Target Platform Version
10.0.16299
Target Device(s)
Desktop
Visual Studio Version
No response
Build Configuration
Debug
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: