File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ ops/*.retry
30
30
31
31
# IDE
32
32
.idea /
33
+ .vs /
Original file line number Diff line number Diff line change
1
+ {
2
+ "iisSettings" : {
3
+ "windowsAuthentication" : false ,
4
+ "anonymousAuthentication" : true ,
5
+ "iisExpress" : {
6
+ "applicationUrl" : " http://localhost:5000/" ,
7
+ "sslPort" : 0
8
+ }
9
+ },
10
+ "profiles" : {
11
+ "IIS Express" : {
12
+ "commandName" : " IISExpress" ,
13
+ "launchBrowser" : true ,
14
+ "launchUrl" : " http://localhost:5000" ,
15
+ "environmentVariables" : {
16
+ "NODE_PATH" : " ../node_modules/" ,
17
+ "ASPNETCORE_ENVIRONMENT" : " Development"
18
+ }
19
+ },
20
+ "api" : {
21
+ "commandName" : " Project" ,
22
+ "launchBrowser" : true ,
23
+ "environmentVariables" : {
24
+ "NODE_PATH" : " ../node_modules/" ,
25
+ "ASPNETCORE_ENVIRONMENT" : " Development"
26
+ },
27
+ "applicationUrl" : " http://localhost:5000/"
28
+ }
29
+ }
30
+ }
Original file line number Diff line number Diff line change 22
22
<DotNetCliToolReference Include =" Microsoft.EntityFrameworkCore.Tools.DotNet" Version =" 2.0.0" />
23
23
<DotNetCliToolReference Include =" Microsoft.DotNet.Watcher.Tools" Version =" 2.0.0" />
24
24
</ItemGroup >
25
+
26
+
25
27
</Project >
You can’t perform that action at this time.
0 commit comments