Skip to content

Commit

Permalink
fix: Fixed CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Oct 24, 2024
1 parent a8855e1 commit d5dc853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/libs/AutoSDK.CLI/Commands/SettingsBinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ protected override Settings GetBoundValue(BindingContext bindingContext)
NamingConvention: default,
JsonSerializerType: default,
UseRequiredKeyword: default,
UseExperimentalAttributes: default,
GenerateConstructors: false,
GroupByTags: true,
GenerateMethods: false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net4.6.2;net8.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Label="Nuget">
Expand Down

0 comments on commit d5dc853

Please sign in to comment.