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