Skip to content

Commit f207c50

Browse files
committed
Prioritize .NET 10 as primary target framework
Reorder target frameworks to show .NET 10 first on NuGet
1 parent 7b1a24c commit f207c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CreatePdf.NET/CreatePdf.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
3+
<TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
44
<LangVersion>14</LangVersion>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)