|
|
|
|
|
by DeathArrow
1560 days ago
|
|
Well how would you do it if another platform if you are a beginner. Because I am a beginner in Rust, this is the process I would use: 1. search Google, read few articles or posts 2. write code 3. make it compile 4. encounter bugs 5. research the bugs on yet other articles or posts 6. fix the bugs 7. ??? 8. profit! |
|
The answer the asp.net team shared below, was instead of using the SDK attribute, use a completely different thing called FrameworkReference. Which can completely replace this SDK attribute, it seems.
Hence my question to them below was, why is framework reference not the default? Especially since it does lead to better searchability, and the template shows that one could have multiple of these per project, intuitively.