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