File tree Expand file tree Collapse file tree
tests/PolyType.SourceGenerator.UnitTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 <PackageVersion Include =" TUnit" Version =" 1.59.0" />
3434 <PackageVersion Include =" TUnit.Assertions" Version =" 1.59.0" />
3535 <PackageVersion Include =" TUnit.Engine" Version =" 1.59.0" />
36- <PackageVersion Include =" Microsoft.Testing.Extensions.TrxReport" Version =" 2.2.3 " />
37- <PackageVersion Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 18.8 .0" />
38- <PackageVersion Include =" Microsoft.Testing.Extensions.CrashDump" Version =" 2.2.3 " />
39- <PackageVersion Include =" Microsoft.Testing.Extensions.HangDump" Version =" 2.2.3 " />
36+ <PackageVersion Include =" Microsoft.Testing.Extensions.TrxReport" Version =" 2.3.2 " />
37+ <PackageVersion Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 18.9 .0" />
38+ <PackageVersion Include =" Microsoft.Testing.Extensions.CrashDump" Version =" 2.3.2 " />
39+ <PackageVersion Include =" Microsoft.Testing.Extensions.HangDump" Version =" 2.3.2 " />
4040 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version =" 1.1.4" />
4141 <PackageVersion Include =" BenchmarkDotNet" Version =" 0.15.8" />
4242 <PackageVersion Include =" JsonSchema.Net" Version =" 9.2.2" />
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <runtime >
4+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
5+ <!-- NuGet.Packaging 7.0.3 requests v8 while CodeCoverage 18.9.0 supplies v10. -->
6+ <dependentAssembly >
7+ <assemblyIdentity name =" System.Text.Encodings.Web" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
8+ <bindingRedirect oldVersion =" 0.0.0.0-10.0.0.8" newVersion =" 10.0.0.8" />
9+ </dependentAssembly >
10+ </assemblyBinding >
11+ </runtime >
12+ </configuration >
You can’t perform that action at this time.
0 commit comments