File tree 1 file changed +3
-10
lines changed
2_Libs/LoggingAndMetrics/LoggingSample
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 7
7
<ImplicitUsings >enable</ImplicitUsings >
8
8
</PropertyGroup >
9
9
10
- <ItemGroup >
11
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 5.0.0" />
12
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 5.0.0" />
13
- <PackageReference Include =" Microsoft.Extensions.Logging.ApplicationInsights" Version =" 2.17.0" />
14
- <PackageReference Include =" Microsoft.Extensions.Logging.AzureAppServices" Version =" 5.0.6" />
15
- </ItemGroup >
16
-
17
10
<ItemGroup >
18
11
<None Update =" appsettings.json" >
19
12
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
20
13
</None >
21
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 6.0.0 " />
14
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 6.0.1 " />
22
15
<PackageReference Include =" Microsoft.Extensions.Http" Version =" 6.0.0" />
23
- <PackageReference Include =" Microsoft.Extensions.Logging.ApplicationInsights" Version =" 2.20 .0" />
24
- <PackageReference Include =" Microsoft.Extensions.Logging.AzureAppServices" Version =" 6.0.1 " />
16
+ <PackageReference Include =" Microsoft.Extensions.Logging.ApplicationInsights" Version =" 2.21 .0" />
17
+ <PackageReference Include =" Microsoft.Extensions.Logging.AzureAppServices" Version =" 6.0.12 " />
25
18
</ItemGroup >
26
19
27
20
</Project >
You can’t perform that action at this time.
0 commit comments