Skip to content

Commit b40b6f4

Browse files
committed
Change frameworks folder to _frameworks
1 parent 5b2be8c commit b40b6f4

File tree

237 files changed

+234
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+234
-234
lines changed

csharp/ql/src/Stubs/make_stubs_nuget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def write_csproj_prefix(ioWrapper):
111111
stubsDir = os.path.join(outputDir, stubsDirName)
112112
os.makedirs(stubsDir)
113113

114-
frameworksDirName = 'frameworks'
114+
frameworksDirName = '_frameworks'
115115
frameworksDir = os.path.join(stubsDir, frameworksDirName)
116116

117117
frameworks = set()

csharp/ql/test/query-tests/Stubs/References/Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj
1+
// semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj
22
// semmle-extractor-options: /nostdlib
33
// semmle-extractor-options: /noconfig
44

csharp/ql/test/query-tests/Stubs/References/files.expected

Lines changed: 232 additions & 232 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)