File tree 1 file changed +20
-2
lines changed
src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config
1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 130
130
]
131
131
},
132
132
{
133
- "condition" : " (IndividualLocalAuth && UseLocalDB)" ,
133
+ "condition" : " (IndividualLocalAuth && UseLocalDB && UseWebAssembly )" ,
134
134
"rename" : {
135
135
"BlazorWeb-CSharp/Data/SqlServer/" : " BlazorWeb-CSharp/Data/Migrations/"
136
136
},
139
139
]
140
140
},
141
141
{
142
- "condition" : " (IndividualLocalAuth && !UseLocalDB)" ,
142
+ "condition" : " (IndividualLocalAuth && UseLocalDB && !UseWebAssembly)" ,
143
+ "rename" : {
144
+ "BlazorWeb-CSharp/Data/SqlServer/" : " Data/Migrations/"
145
+ },
146
+ "exclude" : [
147
+ " BlazorWeb-CSharp/Data/SqlLite/**"
148
+ ]
149
+ },
150
+ {
151
+ "condition" : " (IndividualLocalAuth && !UseLocalDB && UseWebAssembly)" ,
143
152
"rename" : {
144
153
"BlazorWeb-CSharp/Data/SqlLite/" : " BlazorWeb-CSharp/Data/Migrations/"
145
154
},
146
155
"exclude" : [
147
156
" BlazorWeb-CSharp/Data/SqlServer/**"
148
157
]
158
+ },
159
+ {
160
+ "condition" : " (IndividualLocalAuth && !UseLocalDB && !UseWebAssembly)" ,
161
+ "rename" : {
162
+ "BlazorWeb-CSharp/Data/SqlLite/" : " Data/Migrations/"
163
+ },
164
+ "exclude" : [
165
+ " BlazorWeb-CSharp/Data/SqlServer/**"
166
+ ]
149
167
}
150
168
]
151
169
}
You can’t perform that action at this time.
0 commit comments