We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40fe52 commit e36f0c4Copy full SHA for e36f0c4
src/Tests/Tests.csproj
@@ -1,7 +1,7 @@
1
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
5
</PropertyGroup>
6
<ItemGroup>
7
<PackageReference Include="MarkdownSnippets.MsBuild" PrivateAssets="all" />
src/Verify.OpenXml/Verify.OpenXml.csproj
@@ -1,6 +1,6 @@
- <TargetFrameworks>net472;net8.0;net9.0</TargetFrameworks>
+ <TargetFrameworks>net472;net8.0;net9.0;net10.0</TargetFrameworks>
<PackageReference Include="DeterministicIoPackaging" />
0 commit comments