File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/xunit.runner.visualstudio Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
<NerdbankGitVersioningVersion >3.6.133</NerdbankGitVersioningVersion >
9
9
<NSubstituteVersion >5.0.0</NSubstituteVersion >
10
10
<TunnelVisionLabsReferenceAssemblyAnnotatorVersion >1.0.0-alpha.160</TunnelVisionLabsReferenceAssemblyAnnotatorVersion >
11
- <XunitVersion >2.5.0-pre.32</XunitVersion >
11
+ <XunitAnalyzersVersion >1.2.0-pre.27</XunitAnalyzersVersion >
12
+ <XunitVersion >2.5.0-pre.37</XunitVersion >
12
13
</PropertyGroup >
13
14
14
15
</Project >
Original file line number Diff line number Diff line change 36
36
<ItemGroup >
37
37
<PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" $(MicrosoftTestPlatformObjectModelVersion)" PrivateAssets =" All" />
38
38
<PackageReference Include =" TunnelVisionLabs.ReferenceAssemblyAnnotator" Version =" $(TunnelVisionLabsReferenceAssemblyAnnotatorVersion)" PrivateAssets =" All" />
39
+ <PackageReference Include =" xunit.analyzers" Version =" $(XunitAnalyzersVersion)" PrivateAssets =" All" />
39
40
<PackageReference Include =" xunit.runner.reporters" Version =" $(XunitVersion)" PrivateAssets =" All" />
40
41
</ItemGroup >
41
42
You can’t perform that action at this time.
0 commit comments