C#: Fix ASP tests.

This commit is contained in:
Michael Nebel
2025-05-12 09:11:51 +02:00
committed by Sid Gawri
parent ffd6b2677c
commit 82cf472f8a
2 changed files with 1 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
// semmle-extractor-options: /nostdlib /noconfig
// semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj
// semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj
// semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs
using System;

View File

@@ -1,4 +0,0 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs