Skip to content

Commit f115b84

Browse files
committed
(maint) Update target version of ship-public-apis
This updates the target .Net version for `ship-public-apis` to be net10.0. .Net 5 is long out of support, and the application runs under .Net 10, so uplifting to the current LTS version should allow us to run it without issue for a while.
1 parent 9093783 commit f115b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools-local/ship-public-apis/ship-public-apis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<RootNamespace>NuGet.Internal.Tools.ShipPublicApis</RootNamespace>
77
<Description>Copy and merge contents of PublicAPI.Unshipped.txt to PublicAPI.Shipped.txt. See https://github.com/NuGet/NuGet.Client/tree/dev/docs/nuget-sdk.md#Shipping_NuGet for more details.</Description>
88
</PropertyGroup>

0 commit comments

Comments
 (0)