Skip to content

Commit 62ac3a7

Browse files
dependabot[bot]sjp
authored andcommitted
Bump Spectre.Console.Cli and Spectre.Console.Cli.Extensions.DependencyInjection
Bumps Spectre.Console.Cli from 0.50.0 to 0.51.1 Bumps Spectre.Console.Cli.Extensions.DependencyInjection from 0.11.0 to 0.12.0 --- updated-dependencies: - dependency-name: Spectre.Console.Cli dependency-version: 0.51.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Spectre.Console.Cli.Extensions.DependencyInjection dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a67a6c8 commit 62ac3a7

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

src/AvroTool/AvroTool.csproj

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
6-
<AssemblyName>avrotool</AssemblyName>
7-
<Description>A tool for generating Avro schema, protocols and C# code from Avro IDL.</Description>
8-
<IsPackable>true</IsPackable>
9-
<PackAsTool>true</PackAsTool>
10-
<PackageId>dotnet-avrotool</PackageId>
11-
<ToolCommandName>dotnet-avrotool</ToolCommandName>
12-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
13-
<Nullable>enable</Nullable>
14-
</PropertyGroup>
15-
16-
<ItemGroup>
17-
<PackageReference Include="Spectre.Console.Analyzer" Version="1.0.0">
18-
<PrivateAssets>all</PrivateAssets>
19-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20-
</PackageReference>
21-
<PackageReference Include="Spectre.Console.Cli" Version="0.50.0" />
22-
<PackageReference Include="Spectre.Console.Cli.Extensions.DependencyInjection" Version="0.11.0" />
23-
</ItemGroup>
24-
25-
<ItemGroup>
26-
<ProjectReference Include="..\SJP.Avro.Tools.CodeGen\SJP.Avro.Tools.CodeGen.csproj" />
27-
<ProjectReference Include="..\SJP.Avro.Tools\SJP.Avro.Tools.csproj" />
28-
</ItemGroup>
29-
30-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<AssemblyName>avrotool</AssemblyName>
7+
<Description>A tool for generating Avro schema, protocols and C# code from Avro IDL.</Description>
8+
<IsPackable>true</IsPackable>
9+
<PackAsTool>true</PackAsTool>
10+
<PackageId>dotnet-avrotool</PackageId>
11+
<ToolCommandName>dotnet-avrotool</ToolCommandName>
12+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
13+
<Nullable>enable</Nullable>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<PackageReference Include="Spectre.Console.Analyzer" Version="1.0.0">
18+
<PrivateAssets>all</PrivateAssets>
19+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20+
</PackageReference>
21+
<PackageReference Include="Spectre.Console.Cli" Version="0.51.1" />
22+
<PackageReference Include="Spectre.Console.Cli.Extensions.DependencyInjection" Version="0.12.0" />
23+
</ItemGroup>
24+
25+
<ItemGroup>
26+
<ProjectReference Include="..\SJP.Avro.Tools.CodeGen\SJP.Avro.Tools.CodeGen.csproj" />
27+
<ProjectReference Include="..\SJP.Avro.Tools\SJP.Avro.Tools.csproj" />
28+
</ItemGroup>
29+
30+
</Project>

0 commit comments

Comments
 (0)