Skip to content

Commit 5a7ea35

Browse files
committed
Target net10.0 in Tests.csproj
Update src/Tests/Tests.csproj to replace the net9 TFM with net10.0 so the test project targets .NET Framework 4.8 and .NET 10.0. This aligns the project with the current .NET runtime naming.
1 parent d034668 commit 5a7ea35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tests/Tests.csproj

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

22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>net48;net9</TargetFrameworks>
4+
<TargetFrameworks>net48;net10.0</TargetFrameworks>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="MarkdownSnippets.MsBuild" PrivateAssets="all" />

0 commit comments

Comments
 (0)