Commit e029035
authored
Fix NuGet errors when consumed by apps (#297)
This PR fixes our consumption of the `Microsoft.Windows.CppWinRT` package reference to use `Update` instead of `Include` (so at best it "updates" which version to use and doesn't conflict with what RNW wants) and removes the "duplicate reference" warning our customers see.
I'm 99% we don't need the entry at all in newer RNW versions but leaving it for now to deal with older customers.
This PR also removes the NuGet `package.lock.json` file from the published npm package, as it takes the decision to use/respect lock files away from the customer.1 parent 7d98a73 commit e029035
4 files changed
Lines changed: 10 additions & 4 deletions
File tree
- change
- package
- windows/ReactNativeXaml
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments