File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net461;net8 .0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net9 .0</TargetFrameworks >
55 <IsPackable >true</IsPackable >
66 <IsTrimmable Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))" >true</IsTrimmable >
77 <IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))" >true</IsAotCompatible >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net461;net8 .0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net9 .0</TargetFrameworks >
55 <IsPackable >true</IsPackable >
66 <IsTrimmable Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))" >true</IsTrimmable >
77 <IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))" >true</IsAotCompatible >
2121 <PackageReference Include =" CSharpier.MsBuild" Version =" 0.29.2" PrivateAssets =" all" />
2222 <PackageReference Include =" Deorcify" Version =" 1.1.0" PrivateAssets =" all" />
2323 <PackageReference Include =" Lazy.Fody" Version =" 1.11.0" PrivateAssets =" all" />
24- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.0" Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'net461' " />
24+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.0" Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
2525 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" all" />
2626 <PackageReference Include =" PolyShim" Version =" 1.14.0" PrivateAssets =" all" />
27- <PackageReference Include =" System.Memory" Version =" 4.6.0" Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'net461'" />
28- <PackageReference Include =" System.Text.Json" Version =" 9.0.0" Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'net461'" />
29- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.6.0" Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'net461'" />
27+ <PackageReference Include =" System.Text.Json" Version =" 9.0.0" Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
28+ <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.6.0" Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
3029 </ItemGroup >
3130
3231 <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
You can’t perform that action at this time.
0 commit comments