File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" Azure.Extensions.AspNetCore.Configuration.Secrets" Version =" 1.3.2" />
11
11
<PackageReference Include =" Azure.Identity" Version =" 1.12.0" />
12
12
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.7" />
13
+ <PackageReference Include =" Serilog" Version =" 4.0.1" />
14
+ <PackageReference Include =" Serilog.Sinks.ApplicationInsights" Version =" 4.0.0" />
13
15
<PackageReference Include =" Syncfusion.EJ2.AspNet.Core" Version =" 26.1.40" />
14
16
<PackageReference Include =" Syncfusion.Licensing" Version =" 26.1.40" />
15
17
<PackageReference Include =" UAParser" Version =" 3.1.47" />
Original file line number Diff line number Diff line change 5
5
"Microsoft.AspNetCore" : " Warning"
6
6
}
7
7
},
8
+ "Keys" : {
9
+ "ApiKey" : " 1234" ,
10
+ "Syncfusion" : " "
11
+ },
12
+ "API" : {
13
+ "Url" : " "
14
+ },
8
15
"AllowedHosts" : " *"
9
16
}
You can’t perform that action at this time.
0 commit comments