This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit b64c8b7
committed
Don't run ImplicitlyExpandNETStandardFacades if disabled
Previously I added a safeguard to ensure ImplicitlyExpandNETStandardFacades would run
before the OOB conflict resolution, but I didn't condition that on the property which
disables ImplicitlyExpandNETStandardFacades. The result is that if someone was using
this in a non-SDK project and tried to disable ImplicitlyExpandNETStandardFacades it wouldn't
be disabled.1 parent c95f049 commit b64c8b7
File tree
1 file changed
+1
-1
lines changed- pkg/NETStandard.Library.NETFramework/targets
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments