File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Setup .NET
3333 uses : actions/setup-dotnet@v4
3434 with :
35- dotnet-version : 9 .0.x
35+ dotnet-version : 10 .0.x
3636
3737 - name : Generate code
3838 run : |
Original file line number Diff line number Diff line change 3535 - name : Setup .NET
3636 uses : actions/setup-dotnet@v4
3737 with :
38- dotnet-version : 9 .0.x
38+ dotnet-version : 10 .0.x
3939
4040 - name : Generate docs
4141 run : dotnet run --project src/helpers/GenerateDocs/GenerateDocs.csproj .
Original file line number Diff line number Diff line change 66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
9+
10+ <PropertyGroup Label =" Auditing" >
11+ <NuGetAudit >true</NuGetAudit >
12+ <NuGetAuditMode >all</NuGetAuditMode >
13+ <NuGetAuditLevel >low</NuGetAuditLevel >
14+ <WarningsAsErrors >$(WarningsAsErrors);NU1900;NU1901;NU1902;NU1903;NU1904</WarningsAsErrors >
15+ </PropertyGroup >
16+
917</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <OutputType >Exe</OutputType >
66 <LangVersion >preview</LangVersion >
77 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77
88 <PublishTrimmed >true</PublishTrimmed >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
5+ <TargetFramework >net10.0</ TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <GenerateDocumentationFile >false</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net4.6.2;net8.0;net9.0</ TargetFrameworks >
4+ <TargetFramework >net10.0</ TargetFramework >
55 </PropertyGroup >
66
77 <PropertyGroup Label =" Nuget" >
88 <Description >Generated C# SDK based on Firecrawl OpenAPI specification.</Description >
99 <PackageTags >api;client;sdk;dotnet;swagger;openapi;specification;generated;nswag</PackageTags >
1010 </PropertyGroup >
11-
12- <ItemGroup >
13- <PackageReference Include =" PolySharp" Version =" 1.15.0" >
14- <PrivateAssets >all</PrivateAssets >
15- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16- </PackageReference >
17- <PackageReference Include =" System.Text.Json" Version =" 10.0.3" />
18- </ItemGroup >
19-
20- <ItemGroup Condition =" '$(TargetFramework)' == 'net4.6.2'" >
21- <Reference Include =" System.Net.Http" />
22- </ItemGroup >
2311
2412</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup Label =" Base packages" >
You can’t perform that action at this time.
0 commit comments