|
| 1 | +<Project> |
| 2 | + <PropertyGroup> |
| 3 | + <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
| 4 | + <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> |
| 5 | + </PropertyGroup> |
| 6 | + |
| 7 | + <ItemGroup> |
| 8 | + <GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" /> |
| 9 | + <GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" /> |
| 10 | + </ItemGroup> |
| 11 | + |
| 12 | + <ItemGroup> |
| 13 | + <PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="2.3.4" /> |
| 14 | + <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.5.0"/> |
| 15 | + <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" /> |
| 16 | + <PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="7.0.0" /> |
| 17 | + <PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" /> |
| 18 | + <PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="7.0.0" /> |
| 19 | + <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" /> |
| 20 | + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" /> |
| 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" /> |
| 32 | + <PackageVersion Include="Mono.Cecil" Version="0.11.5" /> |
| 33 | + <PackageVersion Include="Moq" Version="4.18.4" /> |
| 34 | + <PackageVersion Include="Newtonsoft.Json" Version="13.0.1" /> |
| 35 | + <PackageVersion Include="NuGet.Packaging" Version="6.6.1" /> |
| 36 | + <PackageVersion Include="ReportGenerator.Core" Version="5.1.23" /> |
| 37 | + <PackageVersion Include="LinqKit.Microsoft.EntityFrameworkCore" Version="7.1.4" /> |
| 38 | + <PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> |
| 39 | + <PackageVersion Include="System.Collections.Immutable" Version="7.0.0" /> |
| 40 | + <PackageVersion Include="System.Linq.Async" Version="6.0.1" /> |
| 41 | + <!-- |
| 42 | + Do not change System.Reflection.Metadata version since we need to support VSTest DataCollectors. Goto https://www.nuget.org/packages/System.Reflection.Metadata to check versions. |
| 43 | + We need to load assembly version 1.6.0 to properly work |
| 44 | + We can check minimum supported package version here https://github.com/Microsoft/vstest/blob/master/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj#L34 |
| 45 | + --> |
| 46 | + <PackageVersion Include="System.Reflection.Metadata" Version="1.6.0" /> |
| 47 | + <PackageVersion Include="Tmds.ExecFunction" Version="0.4.0" /> |
| 48 | + <PackageVersion Include="xunit" Version="2.5.0" /> |
| 49 | + <PackageVersion Include="xunit.assert" Version="2.5.0" /> |
| 50 | + <PackageVersion Include="xunit.runner.visualstudio" Version="2.5.0"/> |
| 51 | + |
| 52 | + |
| 53 | + </ItemGroup> |
| 54 | +</Project> |
0 commit comments