Skip to content

Commit 509955c

Browse files
Bump Microsoft.IdentityModel.JsonWebTokens from 8.2.0 to 8.2.1 (#24)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 459552e commit 509955c

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

src/Testing/Testing.csproj

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
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-
</PropertyGroup>
29-
30-
<ItemGroup>
31-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
32-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.0"/>
33-
</ItemGroup>
34-
35-
<ItemGroup>
36-
<ProjectReference Include="..\Authoring\Authoring.csproj"/>
37-
</ItemGroup>
38-
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+
</PropertyGroup>
29+
30+
<ItemGroup>
31+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
32+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.1"/>
33+
</ItemGroup>
34+
35+
<ItemGroup>
36+
<ProjectReference Include="..\Authoring\Authoring.csproj"/>
37+
</ItemGroup>
38+
3939
</Project>

0 commit comments

Comments
 (0)