File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1 .0" ,
2
+ "version" : " 2.0 .0" ,
3
3
"command" : " dotnet" ,
4
- "isShellCommand" : true ,
5
4
"args" : [],
6
5
"tasks" : [
7
6
{
8
- "taskName" : " build" ,
7
+ "label" : " build" ,
8
+ "type" : " shell" ,
9
+ "command" : " dotnet" ,
9
10
"args" : [
11
+ " build" ,
10
12
" ${workspaceRoot}/sample/NToastNotify.Web/NToastNotify.Web.csproj"
11
13
],
12
- "isBuildCommand" : true ,
13
- "problemMatcher" : " $msCompile"
14
+ "problemMatcher" : " $msCompile" ,
15
+ "group" : {
16
+ "_id" : " build" ,
17
+ "isDefault" : false
18
+ }
14
19
}
15
20
]
16
21
}
Original file line number Diff line number Diff line change @@ -226,7 +226,12 @@ public class HomeController : Controller
226
226
** FIX** If you are using CookieTempDataProvider (this is the default) you need to accept cookie policy prompt.
227
227
228
228
## Running the repo locally
229
-
229
+ - ` npm install `
230
+ - ` npm build `
231
+ - ` dotnet restore `
232
+ - ` dotnet build `
233
+
234
+ Run any sample project using ` dotnet run ` from sample project dir
230
235
231
236
# [ Become a patreon] ( https://www.patreon.com/nabinkt )
232
237
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" NToastNotify" Version =" 7 .0.0" />
11
+ <PackageReference Include =" NToastNotify" Version =" 8 .0.0" />
12
12
</ItemGroup >
13
13
14
14
<!-- Comment before pushing changes-->
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" NToastNotify" Version =" 7 .0.0" />
11
+ <PackageReference Include =" NToastNotify" Version =" 8 .0.0" />
12
12
</ItemGroup >
13
13
14
14
<!-- Comment before pushing changes-->
You can’t perform that action at this time.
0 commit comments