|
19 | 19 | <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" /> |
20 | 20 | <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" /> |
21 | 21 | <PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="17.5.0" /> |
| 22 | + <!-- Microsoft.TestPlatform.ObjectModel has a dependency to NuGet.Frameworks with specific version --> |
| 23 | + <!-- https://github.com/microsoft/vstest/blob/9a0c41811637edf4afe0e265e08fdd1cb18109ed/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj#L35--> |
| 24 | + <!-- wrong configuration will create "build\coverlet.msbuild.targets(72,5): error : Unable to read beyond the end of the stream." --> |
| 25 | + <!-- |
| 26 | + vstest 17.5 version /scripts/build/TestPlatform.Dependencies.props |
| 27 | + https://github.com/microsoft/vstest/blob/81f87947b316a4faf2bcb5b8c8fa1591baafcc39/scripts/build/TestPlatform.Dependencies.props#L57 |
| 28 | + vstest 17.8 version |
| 29 | + NuGetFrameworksVersion is defined here https://github.com/microsoft/vstest/blob/9a0c41811637edf4afe0e265e08fdd1cb18109ed/eng/Versions.props#L94C1-L94C1 |
| 30 | + --> |
| 31 | + <PackageVersion Include="NuGet.Frameworks" Version="5.11.5" /> |
22 | 32 | <PackageVersion Include="Mono.Cecil" Version="0.11.5" /> |
23 | 33 | <PackageVersion Include="Moq" Version="4.18.4" /> |
24 | 34 | <PackageVersion Include="Newtonsoft.Json" Version="13.0.1" /> |
25 | 35 | <PackageVersion Include="NuGet.Packaging" Version="6.6.1" /> |
26 | | - <!-- test Msbuild.Test_MultipleTargetFrameworkReport_CoverletOutput_Folder_FileNameWithExtension_SpecifyFramework fails on CI but works locally with .NET 8.0 proview --> |
27 | | - <!-- build\coverlet.msbuild.targets(72,5): error : Unable to read beyond the end of the stream. --> |
28 | | - <!--<PackageVersion Include="NuGet.Frameworks" Version="6.6.1" />--> |
29 | | - <PackageVersion Include="NuGet.Frameworks" Version="5.11.5" /> |
30 | | - <!-- nuget packages coverlet.collector and coverlet.msbuild should target multiple framework runtimes NetFrameworkMinimum: net462 and TFW libraries: netstandard2.0; command line tool: net6.0 --> |
31 | | - <!-- similar to this https://github.com/microsoft/MSBuildSdks/blob/main/Directory.Packages.props--> |
32 | 36 | <PackageVersion Include="ReportGenerator.Core" Version="5.1.23" /> |
33 | 37 | <PackageVersion Include="LinqKit.Microsoft.EntityFrameworkCore" Version="7.1.4" /> |
34 | 38 | <PackageVersion Include="System.Collections.Immutable" Version="7.0.0" /> |
|
0 commit comments