File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Serilog.Enrichers.AzureClaims
tests/Serilog.Enrichers.AzureClaims.Tests Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
<owners >Intility</owners >
14
14
<Company >Intility</Company >
15
15
<description >Enrich Serilog events with properties from Azure Claims.</description >
16
- <PackageTags >serilog;enrichers;azure claims ;claims</PackageTags >
16
+ <PackageTags >serilog;enrichers;azure;claims;claimsprincipal;httpcontext </PackageTags >
17
17
<PackageReadMeFile >README.md</PackageReadMeFile >
18
18
<GenerateDocumentationFile >true</GenerateDocumentationFile >
19
19
<RepositoryUrl >https://github.com/Intility/serilog-enrichers-azureclaims</RepositoryUrl >
25
25
</PropertyGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.4 .0" />
28
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.5 .0" />
29
29
<PackageReference Include =" Serilog" Version =" 4.2.0" />
30
30
</ItemGroup >
31
31
Original file line number Diff line number Diff line change 13
13
<owners >Intility</owners >
14
14
<Company >Intility</Company >
15
15
<description >Enrich Serilog events with properties from Claims.</description >
16
- <PackageTags >serilog;enrichers;claims;claim</PackageTags >
16
+ <PackageTags >serilog;enrichers;claims;claim;claimsprincipal;httpcontext </PackageTags >
17
17
<PackageReadMeFile >README.md</PackageReadMeFile >
18
18
<GenerateDocumentationFile >true</GenerateDocumentationFile >
19
19
<RepositoryUrl >https://github.com/Intility/serilog-enrichers-azureclaims</RepositoryUrl >
25
25
</PropertyGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.4 .0" />
28
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.5 .0" />
29
29
<PackageReference Include =" Serilog" Version =" 4.2.0" />
30
30
</ItemGroup >
31
31
Original file line number Diff line number Diff line change 9
9
<PackageReference Include =" NSubstitute" Version =" 5.3.0" />
10
10
<PackageReference Include =" Serilog" Version =" 4.2.0" />
11
11
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
12
- <PackageReference Include =" xunit" Version =" 2.9.2 " />
13
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.0 " >
12
+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
13
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
<PrivateAssets >all</PrivateAssets >
16
16
</PackageReference >
You can’t perform that action at this time.
0 commit comments