44 <CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
55 </PropertyGroup >
66 <ItemGroup >
7- <GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " />
7+ <GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0 " />
88 <GlobalPackageReference Include =" Nerdbank.GitVersioning" Version =" 3.6.133" />
99 </ItemGroup >
1010 <ItemGroup >
11- <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 7 .0.0" />
12- <PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" 17.5.0 " />
13- <PackageVersion Include =" Microsoft.Build.Framework" Version =" 17.5.0 " />
14- <PackageVersion Include =" Microsoft.Build.Locator" Version =" 1.5.5 " />
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" />
11+ <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8 .0.0" />
12+ <PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" 17.8.3 " />
13+ <PackageVersion Include =" Microsoft.Build.Framework" Version =" 17.8.3 " />
14+ <PackageVersion Include =" Microsoft.Build.Locator" Version =" 1.6.10 " />
15+ <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8 .0" />
16+ <PackageVersion Include =" Microsoft.Extensions.DependencyModel" Version =" 8 .0.0" />
17+ <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 8 .0.0" />
18+ <PackageVersion Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 8 .0.0" />
1919 <!-- For test TestInstrument_NetstandardAwareAssemblyResolver_PreserveCompilationContext-->
20- <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7 .0.1 " />
21- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.5 .0" />
22- <PackageVersion Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.5 .0" />
20+ <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.0 " />
21+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
22+ <PackageVersion Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.8 .0" />
2323 <!-- Microsoft.TestPlatform.ObjectModel has a dependency to NuGet.Frameworks with specific version -->
2424 <!-- https://github.com/microsoft/vstest/blob/9a0c41811637edf4afe0e265e08fdd1cb18109ed/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj#L35-->
2525 <!-- wrong configuration will create "build\coverlet.msbuild.targets(72,5): error : Unable to read beyond the end of the stream." -->
2929 vstest 17.8 version
3030 NuGetFrameworksVersion is defined here https://github.com/microsoft/vstest/blob/9a0c41811637edf4afe0e265e08fdd1cb18109ed/eng/Versions.props#L94C1-L94C1
3131 -->
32- <PackageVersion Include =" NuGet.Frameworks" Version =" 6.6.1" />
33- <PackageVersion Include =" NuGet.Packaging" Version =" 6.5.0" />
32+ <PackageVersion Include =" NuGet.Frameworks" Version =" 6.8.0" />
33+ <PackageVersion Include =" NuGet.Packaging" Version =" 6.8.0" />
34+ <PackageVersion Include =" NuGet.Versioning" Version =" 6.8.0" />
3435 <PackageVersion Include =" Mono.Cecil" Version =" 0.11.5" />
3536 <PackageVersion Include =" Moq" Version =" 4.20.69" />
36- <PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.1 " />
37- <PackageVersion Include =" ReportGenerator.Core" Version =" 5.1.26 " />
37+ <PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.3 " />
38+ <PackageVersion Include =" ReportGenerator.Core" Version =" 5.2.0 " />
3839 <!-- For test issue 809 https://github.com/coverlet-coverage/coverlet/issues/809-->
3940 <PackageVersion Include =" LinqKit.Microsoft.EntityFrameworkCore" Version =" 7.1.4" />
4041 <PackageVersion Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
4142 <!-- To test issue 1104 https://github.com/coverlet-coverage/coverlet/issues/1104-->
42- <PackageVersion Include =" System.Collections.Immutable" Version =" 7.0.0" />
43+ <PackageVersion Include =" System.Collections.Immutable" Version =" 8.0.0" />
44+ <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 8.0.0" />
4345 <PackageVersion Include =" System.Linq.Async" Version =" 6.0.1" />
44- <!--
45- 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.
46- We need to load assembly version 1.6.0 to properly work
47- We can check minimum supported package version here https://github.com/Microsoft/vstest/blob/master/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj#L34
48- -->
49- <PackageVersion Include =" System.Reflection.Metadata" Version =" 1.6.0" />
50- <PackageVersion Include =" System.Text.Json" Version =" 7.0.3" />
51- <!-- Coverlet.Core.Tests executed in Visual Studio will fail with Tmds.ExecFunction version > 0.4.0 => use "dotnet test"
52- System.TypeInitializationException : The type initializer for 'Tmds.Utils.ExecFunction' threw an exception.
53- System.NotSupportedException : Application is running as testhost, unable to determine parent 'dotnet' process.
54- -->
46+ <PackageVersion Include =" System.Reflection.Metadata" Version =" 8.0.0" />
47+ <PackageVersion Include =" System.Text.Json" Version =" 8.0.0" />
5548 <PackageVersion Include =" Tmds.ExecFunction" Version =" 0.6.0" />
56- <PackageVersion Include =" xunit" Version =" 2.5.3 " />
49+ <PackageVersion Include =" xunit" Version =" 2.6.2 " />
5750 <PackageVersion Include =" xunit.assemblyfixture" Version =" 2.2.0" />
58- <PackageVersion Include =" xunit.assert" Version =" 2.5.3" />
59- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.5.3" />
60- <PackageVersion Include =" envdte" Version =" 17.7.37355" />
51+ <PackageVersion Include =" xunit.assert" Version =" 2.6.2" />
52+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.5.4" />
6153 <PackageVersion Include =" System.Buffers" Version =" 4.5.1" />
6254 <PackageVersion Include =" System.Memory" Version =" 4.5.5" />
6355 <PackageVersion Include =" System.Net.Http" Version =" 4.3.4" />
6456 <PackageVersion Include =" System.Security.Cryptography.Pkcs" Version =" 6.0.4" />
65- <PackageVersion Include =" System.Text.Encoding.CodePages" Version =" 6 .0.0" />
57+ <PackageVersion Include =" System.Text.Encoding.CodePages" Version =" 8 .0.0" />
6658 <PackageVersion Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
6759 </ItemGroup >
68- </Project >
60+ </Project >
0 commit comments