Skip to content

Commit 09654da

Browse files
Bump Microsoft.Extensions.Configuration.CommandLine from 7.0.0 to 8.0.0 (#10)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9707165 commit 09654da

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

src/Compiler/Compiler.csproj

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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

Comments
 (0)