File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 <RequireLicenseAcceptance >false</RequireLicenseAcceptance >
2222 <Version >7.37.0</Version >
2323 <GenerateDocumentationFile >true</GenerateDocumentationFile >
24- <TargetFrameworks >netstandard2.1;netstandard2.0;net9.0 </TargetFrameworks >
24+ <TargetFrameworks >netstandard2.1;netstandard2.0</TargetFrameworks >
2525 <IncludeSymbols >true</IncludeSymbols >
2626 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2727 <PublishRepositoryUrl >true</PublishRepositoryUrl >
4242 <PackageReference Include =" System.Text.Json" Version =" [8.0.5, 11.0)" />
4343 </ItemGroup >
4444
45- <!-- Test dependencies only for net9.0 target -->
46- <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
47- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
48- <PackageReference Include =" xunit" Version =" 2.9.3" />
49- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
50- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
51- <PrivateAssets >all</PrivateAssets >
52- </PackageReference >
53- <PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
54- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
55- <PrivateAssets >all</PrivateAssets >
56- </PackageReference >
57- </ItemGroup >
58-
59- <!-- Exclude Tests directory from netstandard builds -->
60- <ItemGroup Condition =" '$(TargetFramework)' != 'net9.0'" >
61- <Compile Remove =" Tests/**/*.cs" />
62- </ItemGroup >
63-
6445 <ItemGroup >
6546 <Content Include =" ..\icon.png" >
6647 <Pack >true</Pack >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments