|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <PackageId>Azure.ApiManagement.PolicyToolkit.Compiling</PackageId> |
5 | | - <PackageVersion>0.0.1</PackageVersion> |
6 | | - <FileVersion>0.0.1</FileVersion> |
7 | | - <AssemblyVersion>0.0.1</AssemblyVersion> |
8 | | - <InformationalVersion>0.0.1</InformationalVersion> |
9 | | - <Authors>Microsoft</Authors> |
10 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
11 | | - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
12 | | - <Copyright>© Microsoft Corporation. All rights reserved.</Copyright> |
13 | | - <PackageProjectUrl>https://github.com/Azure/azure-api-management-policy-toolkit</PackageProjectUrl> |
14 | | - <RepositoryUrl>https://github.com/Azure/azure-api-management-policy-toolkit</RepositoryUrl> |
15 | | - <Description> |
16 | | - Azure API Management Policy Toolkit Compiling is a dotnet tool allowing you to transform policy document(s) from C# code to XML. |
17 | | - Read more about it at https://github.com/Azure/azure-api-management-policy-toolkit |
18 | | - </Description> |
19 | | - <PackageTags>Azure;Azure API Management;API Gateway;API Management;Policy;Policies;Policy Toolkit;Compiling;Policy Toolkit Compiling</PackageTags> |
20 | | - </PropertyGroup> |
21 | | - |
22 | | - <PropertyGroup> |
23 | | - <OutputType>Exe</OutputType> |
24 | | - <TargetFramework>.net8</TargetFramework> |
25 | | - <ImplicitUsings>enable</ImplicitUsings> |
26 | | - <Nullable>enable</Nullable> |
27 | | - <RootNamespace>Azure.ApiManagement.PolicyToolkit.Compiling</RootNamespace> |
28 | | - |
29 | | - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
30 | | - <PackAsTool>true</PackAsTool> |
31 | | - <ToolCommandName>azure-apim-policy-compiler</ToolCommandName> |
32 | | - <PackageOutputPath>..\..\output</PackageOutputPath> |
33 | | - </PropertyGroup> |
34 | | - |
35 | | - <ItemGroup> |
36 | | - <PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.1"/> |
37 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/> |
38 | | - </ItemGroup> |
39 | | - |
40 | | - <ItemGroup> |
41 | | - <ProjectReference Include="..\Core\Core.csproj"/> |
42 | | - </ItemGroup> |
43 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <PackageId>Azure.ApiManagement.PolicyToolkit.Compiling</PackageId> |
| 5 | + <PackageVersion>0.0.1</PackageVersion> |
| 6 | + <FileVersion>0.0.1</FileVersion> |
| 7 | + <AssemblyVersion>0.0.1</AssemblyVersion> |
| 8 | + <InformationalVersion>0.0.1</InformationalVersion> |
| 9 | + <Authors>Microsoft</Authors> |
| 10 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 11 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 12 | + <Copyright>© Microsoft Corporation. All rights reserved.</Copyright> |
| 13 | + <PackageProjectUrl>https://github.com/Azure/azure-api-management-policy-toolkit</PackageProjectUrl> |
| 14 | + <RepositoryUrl>https://github.com/Azure/azure-api-management-policy-toolkit</RepositoryUrl> |
| 15 | + <Description> |
| 16 | + Azure API Management Policy Toolkit Compiling is a dotnet tool allowing you to transform policy document(s) from C# code to XML. |
| 17 | + Read more about it at https://github.com/Azure/azure-api-management-policy-toolkit |
| 18 | + </Description> |
| 19 | + <PackageTags>Azure;Azure API Management;API Gateway;API Management;Policy;Policies;Policy Toolkit;Compiling;Policy Toolkit Compiling</PackageTags> |
| 20 | + </PropertyGroup> |
| 21 | + |
| 22 | + <PropertyGroup> |
| 23 | + <OutputType>Exe</OutputType> |
| 24 | + <TargetFramework>.net8</TargetFramework> |
| 25 | + <ImplicitUsings>enable</ImplicitUsings> |
| 26 | + <Nullable>enable</Nullable> |
| 27 | + <RootNamespace>Azure.ApiManagement.PolicyToolkit.Compiling</RootNamespace> |
| 28 | + |
| 29 | + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 30 | + <PackAsTool>true</PackAsTool> |
| 31 | + <ToolCommandName>azure-apim-policy-compiler</ToolCommandName> |
| 32 | + <PackageOutputPath>..\..\output</PackageOutputPath> |
| 33 | + </PropertyGroup> |
| 34 | + |
| 35 | + <ItemGroup> |
| 36 | + <PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.1"/> |
| 37 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/> |
| 38 | + </ItemGroup> |
| 39 | + |
| 40 | + <ItemGroup> |
| 41 | + <ProjectReference Include="..\Core\Core.csproj"/> |
| 42 | + </ItemGroup> |
| 43 | +</Project> |
0 commit comments