Merge pull request #19289 from michaelnebel/csharp/improveautobuilder

C#: Improve auto-builder to better detect SDK references.
This commit is contained in:
Michael Nebel
2025-04-14 12:43:23 +02:00
committed by GitHub
3 changed files with 93 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved autobuilder logic for detecting whether a project references a SDK (and should be built using `dotnet`).