-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathswitcher.json
More file actions
33 lines (33 loc) · 1.29 KB
/
switcher.json
File metadata and controls
33 lines (33 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"solution": "Zomp.EFCore.Extensions.slnx",
"mappings": {
"Microsoft.EntityFrameworkCore": [
"../efcore/src/EFCore/EFCore.csproj",
"../efcore/src/EFCore.Abstractions/EFCore.Abstractions.csproj",
"../efcore/src/EFCore.Analyzers/EFCore.Analyzers.csproj"
],
"Microsoft.EntityFrameworkCore.Relational": [
"../efcore/src/EFCore.Relational/EFCore.Relational.csproj"
],
"Microsoft.EntityFrameworkCore.Sqlite": [
"../efcore/src/EFCore.Sqlite.Core/EFCore.Sqlite.Core.csproj",
"../efcore/src/EFCore.Abstractions/EFCore.Abstractions.csproj"
],
"Microsoft.EntityFrameworkCore.Sqlite.Core": [
"../efcore/src/EFCore.Sqlite.Core/EFCore.Sqlite.Core.csproj",
"../efcore/src/EFCore.Abstractions/EFCore.Abstractions.csproj",
"../efcore/src/Microsoft.Data.Sqlite.Core/Microsoft.Data.Sqlite.Core.csproj"
],
"Microsoft.EntityFrameworkCore.SqlServer": [
"../efcore/src/EFCore.SqlServer/EFCore.SqlServer.csproj"
],
"Npgsql.EntityFrameworkCore.PostgreSQL": [
"../efcore.pg/src/EFCore.PG/EFCore.PG.csproj",
"../efcore/src/EFCore.Abstractions/EFCore.Abstractions.csproj"
],
"Npgsql": [
"../npgsql/src/Npgsql/Npgsql.csproj",
"../npgsql/src/Npgsql.SourceGenerators/Npgsql.SourceGenerators.csproj"
]
}
}