4
4
<CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " />
7
+ <GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0 " />
8
8
<GlobalPackageReference Include =" Nerdbank.GitVersioning" Version =" 3.6.133" />
9
9
</ItemGroup >
10
10
<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" />
19
19
<!-- 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" />
23
23
<!-- Microsoft.TestPlatform.ObjectModel has a dependency to NuGet.Frameworks with specific version -->
24
24
<!-- https://github.com/microsoft/vstest/blob/9a0c41811637edf4afe0e265e08fdd1cb18109ed/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj#L35-->
25
25
<!-- wrong configuration will create "build\coverlet.msbuild.targets(72,5): error : Unable to read beyond the end of the stream." -->
29
29
vstest 17.8 version
30
30
NuGetFrameworksVersion is defined here https://github.com/microsoft/vstest/blob/9a0c41811637edf4afe0e265e08fdd1cb18109ed/eng/Versions.props#L94C1-L94C1
31
31
-->
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" />
34
35
<PackageVersion Include =" Mono.Cecil" Version =" 0.11.5" />
35
36
<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 " />
38
39
<!-- For test issue 809 https://github.com/coverlet-coverage/coverlet/issues/809-->
39
40
<PackageVersion Include =" LinqKit.Microsoft.EntityFrameworkCore" Version =" 7.1.4" />
40
41
<PackageVersion Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
41
42
<!-- 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" />
43
45
<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" />
55
48
<PackageVersion Include =" Tmds.ExecFunction" Version =" 0.6.0" />
56
- <PackageVersion Include =" xunit" Version =" 2.5.3 " />
49
+ <PackageVersion Include =" xunit" Version =" 2.6.2 " />
57
50
<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" />
61
53
<PackageVersion Include =" System.Buffers" Version =" 4.5.1" />
62
54
<PackageVersion Include =" System.Memory" Version =" 4.5.5" />
63
55
<PackageVersion Include =" System.Net.Http" Version =" 4.3.4" />
64
56
<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" />
66
58
<PackageVersion Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
67
59
</ItemGroup >
68
- </Project >
60
+ </Project >
0 commit comments