Skip to content

Commit 2c5ef98

Browse files
Bump Microsoft.Extensions.Configuration.CommandLine from 8.0.0 to 9.0.0 (#23)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 509955c commit 2c5ef98

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

src/Compiling/Compiling.csproj

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
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-
28-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
29-
<PackAsTool>true</PackAsTool>
30-
<ToolCommandName>azure-apim-policy-compiler</ToolCommandName>
31-
<PackageOutputPath>..\..\output</PackageOutputPath>
32-
</PropertyGroup>
33-
34-
<ItemGroup>
35-
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0"/>
36-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2"/>
37-
</ItemGroup>
38-
39-
<ItemGroup>
40-
<ProjectReference Include="..\Core\Core.csproj"/>
41-
</ItemGroup>
42-
</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+
28+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
29+
<PackAsTool>true</PackAsTool>
30+
<ToolCommandName>azure-apim-policy-compiler</ToolCommandName>
31+
<PackageOutputPath>..\..\output</PackageOutputPath>
32+
</PropertyGroup>
33+
34+
<ItemGroup>
35+
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.0"/>
36+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2"/>
37+
</ItemGroup>
38+
39+
<ItemGroup>
40+
<ProjectReference Include="..\Core\Core.csproj"/>
41+
</ItemGroup>
42+
</Project>

0 commit comments

Comments
 (0)