Skip to content

Commit bf95f5a

Browse files
committed
work
1 parent 8d52f02 commit bf95f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

designs/NuGet-CPPCLI-Support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Whatever the effective frameworks turn out to be, there are 2 approaches that we
8484

8585
This would require project type changes. The project type would specify which target framework to fall back to. This likely requires fixing [5957](https://github.com/NuGet/Home/issues/5957).
8686

87-
* Introduce a `dual compatibility` framework
87+
* Introduce a `dedicated dual compatibility` framework
8888

8989
Similar to how `.NET Core` implements `.NET Standard` and supports `.NET Core` as a same family framework, we can add a framework type that's only allowed in projects, and not packages. This framework could define it's compatible as both `native` and `managed`.
9090

@@ -102,9 +102,9 @@ TBD
102102

103103
* When a package contains both `native` and `managed` assets, which ones are preferred?
104104

105-
* Which framework changes should we adopt? Do C++/CLI projects?
105+
* Which frameworks are going to be supported with .NET Core C++/CLI? Will net5.0-windows be supported eventually? Asset Target Fallback becomes tricky if so.
106106

107-
* What all frameworks are going to be supported with .NET Core C++/CLI? Will net5.0-windows be supported eventually? Asset Target Fallback becomes tricky if so.
107+
* Which framework changes should we adopt? Asset Target Fallback or a `dedicated dual compatibility framework`.
108108

109109
## Considerations
110110

0 commit comments

Comments
 (0)