Skip to content

Commit

Permalink
feat: update to .net8
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed Jan 28, 2024
1 parent 9f9e47c commit f5c4748
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AbpProjectTools/AbpProjectTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<PackAsTool>true</PackAsTool>
<ToolCommandName>abptool</ToolCommandName>
<PackageId>Passingwind.$(AssemblyName)</PackageId>
Expand All @@ -25,12 +25,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NSwag.Core" Version="13.20.0" />
<PackageReference Include="NSwag.Core" Version="14.0.2" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
<PackageReference Include="ICSharpCode.Decompiler" Version="8.1.1.7464" />
<PackageReference Include="Scriban" Version="5.9.0" />
<PackageReference Include="NJsonSchema.CodeGeneration.TypeScript" Version="10.9.0" />
<PackageReference Include="Pastel" Version="4.2.0" />
<PackageReference Include="ICSharpCode.Decompiler" Version="8.2.0.7535" />
<PackageReference Include="Scriban" Version="5.9.1" />
<PackageReference Include="NJsonSchema.CodeGeneration.TypeScript" Version="11.0.0" />
<PackageReference Include="Pastel" Version="5.0.0" />
<PackageReference Include="Pluralize.NET" Version="1.0.2" />
<PackageReference Include="Humanizer" Version="2.14.1" />
</ItemGroup>
Expand Down

0 comments on commit f5c4748

Please sign in to comment.