File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Exceptionless.Portable.Signed
test/Exceptionless.Tests/Plugins Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\build\common.props" />
3
3
4
4
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
5
- <TargetFramework >netstandard2.0; </TargetFramework >
5
+ <TargetFramework >netstandard2.0</TargetFramework >
6
6
</PropertyGroup >
7
7
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
8
8
<TargetFrameworks >netstandard2.0;portable46-net451+win81+wpa81;net45</TargetFrameworks >
Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\build\common.props" />
3
3
4
4
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
5
- <TargetFramework >netstandard2.0; </TargetFramework >
5
+ <TargetFramework >netstandard2.0</TargetFramework >
6
6
</PropertyGroup >
7
7
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
8
8
<TargetFrameworks >netstandard2.0;portable46-net451+win81+wpa81;net45</TargetFrameworks >
Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\build\common.props" />
3
3
4
4
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
5
- <TargetFramework >netstandard2.0; </TargetFramework >
5
+ <TargetFramework >netstandard2.0</TargetFramework >
6
6
</PropertyGroup >
7
7
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
8
8
<TargetFrameworks >netstandard2.0;portable46-net451+win81+wpa81;net45</TargetFrameworks >
Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\build\common.props" />
3
3
4
4
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
5
- <TargetFramework >netstandard2.0; </TargetFramework >
5
+ <TargetFramework >netstandard2.0</TargetFramework >
6
6
</PropertyGroup >
7
7
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
8
8
<TargetFrameworks >netstandard2.0;portable46-net451+win81+wpa81;net45</TargetFrameworks >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public PluginTests(ITestOutputHelper output) {
27
27
28
28
private ExceptionlessClient CreateClient ( ) {
29
29
return new ExceptionlessClient ( c => {
30
- c . UseLogger ( new XunitExceptionlessLog ( _writer ) { MinimumLogLevel = LogLevel . Trace } ) ;
30
+ c . UseLogger ( new XunitExceptionlessLog ( _writer ) { MinimumLogLevel = LogLevel . Trace } ) ;
31
31
c . ReadFromAttributes ( ) ;
32
32
c . UserAgent = "testclient/1.0.0.0" ;
33
33
You can’t perform that action at this time.
0 commit comments