mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Minor fixes in standalone extraction
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Semmle.Extraction.CSharp
|
||||
|
||||
// Figure out if it's dotnet core
|
||||
|
||||
var netCoreProjectFile = root.GetAttribute("Sdk") == "Microsoft.NET.Sdk";
|
||||
var netCoreProjectFile = root.GetAttribute("Sdk").StartsWith("Microsoft.NET.Sdk");
|
||||
|
||||
if (netCoreProjectFile)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user