11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net461;net8 .0</TargetFrameworks >
3+ <TargetFrameworks >netstandard2.0;net9 .0</TargetFrameworks >
54 <IsPackable >true</IsPackable >
6- <IsTrimmable Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))" >true</IsTrimmable >
7- <IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))" >true</IsAotCompatible >
5+ <IsTrimmable
6+ Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))"
7+ >true</IsTrimmable
8+ >
9+ <IsAotCompatible
10+ Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))"
11+ >true</IsAotCompatible
12+ >
813 </PropertyGroup >
9-
1014 <!-- NuGet -->
1115 <PropertyGroup >
1216 <Authors >$(Company)</Authors >
2125 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2226 <DebugType >embedded</DebugType >
2327 </PropertyGroup >
24-
2528 <!-- Package additions -->
2629 <ItemGroup >
2730 <None Include =" ../favicon.png" Pack =" true" PackagePath =" " Visible =" false" />
2831 </ItemGroup >
29-
3032 <ItemGroup >
31- <PackageReference Include =" CSharpier.MsBuild" Version =" 0.29.2" PrivateAssets =" all" />
32- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8.0.0" Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'net461'" />
33+ <PackageReference Include =" CSharpier.MsBuild" Version =" 1.0.2" PrivateAssets =" all" />
34+ <PackageReference
35+ Include =" Microsoft.Bcl.AsyncInterfaces"
36+ Version =" 9.0.6"
37+ Condition =" '$(TargetFramework)' == 'netstandard2.0'"
38+ />
3339 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" all" />
34- <PackageReference Include =" PolyShim" Version =" 1.14.0" PrivateAssets =" all" />
35- <PackageReference Include =" System.Text.Json" Version =" 8.0.5" Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp' or '$(TargetFramework)' == 'netcoreapp3.1'" />
40+ <PackageReference Include =" PolyShim" Version =" 1.15.0" PrivateAssets =" all" />
41+ <PackageReference
42+ Include =" System.Text.Json"
43+ Version =" 9.0.6"
44+ Condition =" '$(TargetFramework)' == 'netstandard2.0'"
45+ />
46+ <PackageReference
47+ Include =" System.Threading.Tasks.Extensions"
48+ Version =" 4.6.3"
49+ Condition =" '$(TargetFramework)' == 'netstandard2.0'"
50+ />
3651 </ItemGroup >
37-
3852 <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
3953 <Reference Include =" System.Net.Http" />
4054 </ItemGroup >
41-
42- </Project >
55+ </Project >
0 commit comments