Skip to content

Commit

Permalink
Latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Oct 8, 2023
1 parent 2dd6989 commit af96d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<NerdbankGitVersioningVersion>3.6.133</NerdbankGitVersioningVersion>
<NSubstituteVersion>5.0.0</NSubstituteVersion>
<TunnelVisionLabsReferenceAssemblyAnnotatorVersion>1.0.0-alpha.160</TunnelVisionLabsReferenceAssemblyAnnotatorVersion>
<XunitAnalyzersVersion>1.4.0-pre.1</XunitAnalyzersVersion>
<XunitVersion>2.5.2-pre.4</XunitVersion>
<XunitAnalyzersVersion>1.4.0-pre.9</XunitAnalyzersVersion>
<XunitVersion>2.5.2-pre.6</XunitVersion>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using Xunit.Abstractions;
using Xunit.Sdk;

namespace Xunit;

class _DiagnosticMessage : IDiagnosticMessage
class _DiagnosticMessage : LongLivedMarshalByRefObject, IDiagnosticMessage
{
/// <summary>
/// Initializes a new instance of the <see cref="DiagnosticMessage"/> class.
Expand Down

0 comments on commit af96d96

Please sign in to comment.