File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Intility.Extensions.Logging.Sentry
Intility.Extensions.Logging
Intility.Logging.AspNetCore Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 9.0.4 " />
10
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 9.0.5 " />
11
11
<ProjectReference Include =" ..\..\src\Intility.Extensions.Logging.Elasticsearch\Intility.Extensions.Logging.Elasticsearch.csproj" />
12
12
<ProjectReference Include =" ..\..\src\Intility.Extensions.Logging.Sentry\Intility.Extensions.Logging.Sentry.csproj" />
13
13
<ProjectReference Include =" ..\..\src\Intility.Logging.AspNetCore\Intility.Logging.AspNetCore.csproj" />
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.8 " />
9
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.9 " />
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
Original file line number Diff line number Diff line change 20
20
</PropertyGroup >
21
21
22
22
<ItemGroup >
23
- <PackageReference Include =" Sentry.AspNetCore" Version =" 5.14 .1" />
24
- <PackageReference Include =" Sentry.Serilog" Version =" 5.14 .1" />
23
+ <PackageReference Include =" Sentry.AspNetCore" Version =" 5.15 .1" />
24
+ <PackageReference Include =" Sentry.Serilog" Version =" 5.15 .1" />
25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
Original file line number Diff line number Diff line change 25
25
</ItemGroup >
26
26
27
27
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
28
- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.8 " />
28
+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.9 " />
29
29
</ItemGroup >
30
30
31
31
<ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
32
- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.8 " />
32
+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.9 " />
33
33
</ItemGroup >
34
34
35
35
<ItemGroup >
Original file line number Diff line number Diff line change 29
29
</ItemGroup >
30
30
31
31
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
32
- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.8 " />
33
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.8 " />
32
+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.9 " />
33
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.9 " />
34
34
<PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.3" />
35
35
</ItemGroup >
36
36
37
37
<ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
38
- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.8 " />
39
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.8 " />
38
+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.9 " />
39
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.9 " />
40
40
<PackageReference Include =" Serilog.AspNetCore" Version =" 9.0.0" />
41
41
</ItemGroup >
42
42
You can’t perform that action at this time.
0 commit comments