Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Configuration.CommandLine from 8.0.0 to 9.0…
Browse files Browse the repository at this point in the history
….0 (#23)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 509955c commit 2c5ef98
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions src/Compiling/Compiling.csproj
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageId>Azure.ApiManagement.PolicyToolkit.Compiling</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<FileVersion>0.0.1</FileVersion>
<AssemblyVersion>0.0.1</AssemblyVersion>
<InformationalVersion>0.0.1</InformationalVersion>
<Authors>Microsoft</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/Azure/azure-api-management-policy-toolkit</PackageProjectUrl>
<RepositoryUrl>https://github.com/Azure/azure-api-management-policy-toolkit</RepositoryUrl>
<Description>
Azure API Management Policy Toolkit Compiling is a dotnet tool allowing you to transform policy document(s) from C# code to XML.
Read more about it at https://github.com/Azure/azure-api-management-policy-toolkit
</Description>
<PackageTags>Azure;Azure API Management;API Gateway;API Management;Policy;Policies;Policy Toolkit;Compiling;Policy Toolkit Compiling</PackageTags>
</PropertyGroup>

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>.net8</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackAsTool>true</PackAsTool>
<ToolCommandName>azure-apim-policy-compiler</ToolCommandName>
<PackageOutputPath>..\..\output</PackageOutputPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj"/>
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageId>Azure.ApiManagement.PolicyToolkit.Compiling</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<FileVersion>0.0.1</FileVersion>
<AssemblyVersion>0.0.1</AssemblyVersion>
<InformationalVersion>0.0.1</InformationalVersion>
<Authors>Microsoft</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/Azure/azure-api-management-policy-toolkit</PackageProjectUrl>
<RepositoryUrl>https://github.com/Azure/azure-api-management-policy-toolkit</RepositoryUrl>
<Description>
Azure API Management Policy Toolkit Compiling is a dotnet tool allowing you to transform policy document(s) from C# code to XML.
Read more about it at https://github.com/Azure/azure-api-management-policy-toolkit
</Description>
<PackageTags>Azure;Azure API Management;API Gateway;API Management;Policy;Policies;Policy Toolkit;Compiling;Policy Toolkit Compiling</PackageTags>
</PropertyGroup>

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>.net8</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackAsTool>true</PackAsTool>
<ToolCommandName>azure-apim-policy-compiler</ToolCommandName>
<PackageOutputPath>..\..\output</PackageOutputPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.0"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj"/>
</ItemGroup>
</Project>

0 comments on commit 2c5ef98

Please sign in to comment.