|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <PackageId>Azure.ApiManagement.PolicyToolkit.Compiler</PackageId> |
5 | | - <PackageVersion>0.0.1</PackageVersion> |
6 | | - <Authors>Mielek</Authors> |
7 | | - </PropertyGroup> |
8 | | - |
9 | | - <PropertyGroup> |
10 | | - <OutputType>Exe</OutputType> |
11 | | - <TargetFramework>.net8</TargetFramework> |
12 | | - <ImplicitUsings>enable</ImplicitUsings> |
13 | | - <Nullable>enable</Nullable> |
14 | | - |
15 | | - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
16 | | - <PackAsTool>true</PackAsTool> |
17 | | - <ToolCommandName>policy-compiler</ToolCommandName> |
18 | | - <PackageOutputPath>..\..\output</PackageOutputPath> |
19 | | - </PropertyGroup> |
20 | | - |
21 | | - <ItemGroup> |
22 | | - <PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0"/> |
23 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2"/> |
24 | | - </ItemGroup> |
25 | | - |
26 | | - <ItemGroup> |
27 | | - <ProjectReference Include="..\Core\Core.csproj"/> |
28 | | - </ItemGroup> |
29 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <PackageId>Azure.ApiManagement.PolicyToolkit.Compiler</PackageId> |
| 5 | + <PackageVersion>0.0.1</PackageVersion> |
| 6 | + <Authors>Mielek</Authors> |
| 7 | + </PropertyGroup> |
| 8 | + |
| 9 | + <PropertyGroup> |
| 10 | + <OutputType>Exe</OutputType> |
| 11 | + <TargetFramework>.net8</TargetFramework> |
| 12 | + <ImplicitUsings>enable</ImplicitUsings> |
| 13 | + <Nullable>enable</Nullable> |
| 14 | + |
| 15 | + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 16 | + <PackAsTool>true</PackAsTool> |
| 17 | + <ToolCommandName>policy-compiler</ToolCommandName> |
| 18 | + <PackageOutputPath>..\..\output</PackageOutputPath> |
| 19 | + </PropertyGroup> |
| 20 | + |
| 21 | + <ItemGroup> |
| 22 | + <PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0"/> |
| 23 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2"/> |
| 24 | + </ItemGroup> |
| 25 | + |
| 26 | + <ItemGroup> |
| 27 | + <ProjectReference Include="..\Core\Core.csproj"/> |
| 28 | + </ItemGroup> |
| 29 | +</Project> |
0 commit comments