File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
StackExchange.Redis.Tests Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
- using Xunit . Abstractions ;
1
+ using System . Runtime . InteropServices ;
2
+ using Xunit . Abstractions ;
2
3
3
4
namespace StackExchange . Redis . Tests . Helpers
4
5
{
@@ -15,6 +16,7 @@ public static void WriteFrameworkVersion(this ITestOutputHelper output)
15
16
#else
16
17
output . WriteLine ( "Compiled under <unknown framework>" ) ;
17
18
#endif
19
+ output . WriteLine ( "Running on: " + RuntimeInformation . OSDescription ) ;
18
20
}
19
21
}
20
22
}
Original file line number Diff line number Diff line change 18
18
<PackageReference Include =" Jil" Version =" 2.15.4" />
19
19
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
20
20
<PackageReference Include =" Moq" Version =" 4.7.99" />
21
+ <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
21
22
<PackageReference Include =" xunit" Version =" $(xUnitVersion)" />
22
23
<PackageReference Include =" xunit.runner.visualstudio" Version =" $(xUnitVersion)" />
23
24
<DotNetCliToolReference Include =" dotnet-xunit" Version =" $(xUnitVersion)" />
You can’t perform that action at this time.
0 commit comments