Skip to content

Commit 7601452

Browse files
chore(deps): bump Microsoft.IdentityModel.JsonWebTokens and System.IdentityModel.Tokens.Jwt (#73)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5825671 commit 7601452

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

src/Testing/Testing.csproj

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<PackageId>Azure.ApiManagement.PolicyToolkit.Testing</PackageId>
5-
<PackageVersion>0.0.1</PackageVersion>
6-
<Authors>Microsoft</Authors>
7-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
9-
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
10-
<PackageProjectUrl>https://github.com/Azure/azure-api-management-policy-toolkit</PackageProjectUrl>
11-
<RepositoryUrl>https://github.com/Azure/azure-api-management-policy-toolkit</RepositoryUrl>
12-
<Description>
13-
Azure API Management Policy Toolkit Testing is a library which helps in testing expressions and policy documents created in code.
14-
Read more about it at https://github.com/Azure/azure-api-management-policy-toolkit
15-
</Description>
16-
<PackageTags>Azure;Azure API Management;API Gateway;API Management;Policy;Policies;Policy Toolkit;Policy Testing;Policy Expression Testing</PackageTags>
17-
</PropertyGroup>
18-
19-
<PropertyGroup>
20-
<TargetFramework>.net8</TargetFramework>
21-
<ImplicitUsings>enable</ImplicitUsings>
22-
<Nullable>enable</Nullable>
23-
<IsPackable>true</IsPackable>
24-
<PackageOutputPath>..\..\output</PackageOutputPath>
25-
<IncludeBuildOutput>true</IncludeBuildOutput>
26-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
27-
<SuppressDependenciesWhenPacking>false</SuppressDependenciesWhenPacking>
28-
<RootNamespace>Azure.ApiManagement.PolicyToolkit.Testing</RootNamespace>
29-
</PropertyGroup>
30-
31-
<ItemGroup>
32-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
33-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.3.0" />
34-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.0" />
35-
</ItemGroup>
36-
37-
<ItemGroup>
38-
<ProjectReference Include="..\Authoring\Authoring.csproj" />
39-
</ItemGroup>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<PackageId>Azure.ApiManagement.PolicyToolkit.Testing</PackageId>
5+
<PackageVersion>0.0.1</PackageVersion>
6+
<Authors>Microsoft</Authors>
7+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
9+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
10+
<PackageProjectUrl>https://github.com/Azure/azure-api-management-policy-toolkit</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/Azure/azure-api-management-policy-toolkit</RepositoryUrl>
12+
<Description>
13+
Azure API Management Policy Toolkit Testing is a library which helps in testing expressions and policy documents created in code.
14+
Read more about it at https://github.com/Azure/azure-api-management-policy-toolkit
15+
</Description>
16+
<PackageTags>Azure;Azure API Management;API Gateway;API Management;Policy;Policies;Policy Toolkit;Policy Testing;Policy Expression Testing</PackageTags>
17+
</PropertyGroup>
18+
19+
<PropertyGroup>
20+
<TargetFramework>.net8</TargetFramework>
21+
<ImplicitUsings>enable</ImplicitUsings>
22+
<Nullable>enable</Nullable>
23+
<IsPackable>true</IsPackable>
24+
<PackageOutputPath>..\..\output</PackageOutputPath>
25+
<IncludeBuildOutput>true</IncludeBuildOutput>
26+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
27+
<SuppressDependenciesWhenPacking>false</SuppressDependenciesWhenPacking>
28+
<RootNamespace>Azure.ApiManagement.PolicyToolkit.Testing</RootNamespace>
29+
</PropertyGroup>
30+
31+
<ItemGroup>
32+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
33+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.3.1" />
34+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1" />
35+
</ItemGroup>
36+
37+
<ItemGroup>
38+
<ProjectReference Include="..\Authoring\Authoring.csproj" />
39+
</ItemGroup>
4040
</Project>

0 commit comments

Comments
 (0)