File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <PackageVersion Include =" FluentAssertions" Version =" 8.10.0" />
1818 <PackageVersion Include =" GitHubActionsTestLogger" Version =" 3.0.4" />
1919 <PackageVersion Include =" Gress" Version =" 2.2.0" />
20- <PackageVersion Include =" JsonExtensions" Version =" 1.2.0 " />
20+ <PackageVersion Include =" JsonExtensions" Version =" 1.2.2 " />
2121 <PackageVersion Include =" Lazy.Fody" Version =" 1.11.0" />
2222 <PackageVersion Include =" Material.Avalonia" Version =" 3.16.1" />
2323 <PackageVersion Include =" Material.Icons.Avalonia" Version =" 3.0.2" />
2424 <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 10.0.8" />
2525 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.6.0" />
2626 <PackageVersion Include =" PolyShim" Version =" 2.11.0" />
2727 <PackageVersion Include =" PowerKit" Version =" 2.0.1" />
28- <PackageVersion Include =" System.Text.Json" Version =" 10.0.3 " />
28+ <PackageVersion Include =" System.Text.Json" Version =" 10.0.8 " />
2929 <PackageVersion Include =" System.Threading.Tasks.Extensions" Version =" 4.6.3" />
3030 <PackageVersion Include =" xunit" Version =" 2.9.3" />
3131 <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.5" />
Original file line number Diff line number Diff line change 1919 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2020 </PropertyGroup >
2121
22+ <PropertyGroup >
23+ <SignAssembly >true</SignAssembly >
24+ <AssemblyOriginatorKeyFile >key.snk</AssemblyOriginatorKeyFile >
25+ <PublicSign >false</PublicSign >
26+ </PropertyGroup >
27+
2228 <ItemGroup >
2329 <None Include =" ../favicon.png" Pack =" true" PackagePath =" " Visible =" false" />
2430 </ItemGroup >
Original file line number Diff line number Diff line change 1717 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1818 </PropertyGroup >
1919
20+ <PropertyGroup >
21+ <SignAssembly >true</SignAssembly >
22+ <AssemblyOriginatorKeyFile >key.snk</AssemblyOriginatorKeyFile >
23+ <PublicSign >false</PublicSign >
24+ </PropertyGroup >
25+
2026 <ItemGroup >
2127 <None Include =" ../favicon.png" Pack =" true" PackagePath =" " Visible =" false" />
2228 </ItemGroup >
3440 />
3541 <PackageReference Include =" PolyShim" PrivateAssets =" all" />
3642 <PackageReference Include =" PowerKit" Internalize =" true" PrivateAssets =" all" />
37- <!-- System.Text.Json is downgraded to v9.0.2 for netstandard2.0 targets to maintain compatibility
38- with UWP projects using the .NET Native Toolchain, which cannot handle v10.x.
39- See https://github.com/Tyrrrz/YoutubeExplode/issues/937 -->
4043 <PackageReference
4144 Include =" System.Text.Json"
4245 Condition =" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'netcoreapp3.0'))"
43- VersionOverride =" 9.0.2"
4446 />
4547 <PackageReference
4648 Include =" System.Threading.Tasks.Extensions"
You can’t perform that action at this time.
0 commit comments