Skip to content

Commit af96d96

Browse files
committed
Latest dependencies
1 parent 2dd6989 commit af96d96

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<NerdbankGitVersioningVersion>3.6.133</NerdbankGitVersioningVersion>
1010
<NSubstituteVersion>5.0.0</NSubstituteVersion>
1111
<TunnelVisionLabsReferenceAssemblyAnnotatorVersion>1.0.0-alpha.160</TunnelVisionLabsReferenceAssemblyAnnotatorVersion>
12-
<XunitAnalyzersVersion>1.4.0-pre.1</XunitAnalyzersVersion>
13-
<XunitVersion>2.5.2-pre.4</XunitVersion>
12+
<XunitAnalyzersVersion>1.4.0-pre.9</XunitAnalyzersVersion>
13+
<XunitVersion>2.5.2-pre.6</XunitVersion>
1414
</PropertyGroup>
1515

1616
</Project>

src/xunit.runner.visualstudio/Utility/AssemblyResolution/_DiagnosticMessage.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
using Xunit.Abstractions;
2+
using Xunit.Sdk;
23

34
namespace Xunit;
45

5-
class _DiagnosticMessage : IDiagnosticMessage
6+
class _DiagnosticMessage : LongLivedMarshalByRefObject, IDiagnosticMessage
67
{
78
/// <summary>
89
/// Initializes a new instance of the <see cref="DiagnosticMessage"/> class.

0 commit comments

Comments
 (0)