File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
src/Serilog.Sinks.Exceptionless Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
3
+ // for the documentation about the tasks.json format
4
+ "version" : " 2.0.0" ,
5
+ "tasks" : [
6
+ {
7
+ "taskName" : " build" ,
8
+ "command" : " dotnet build" ,
9
+ "type" : " shell" ,
10
+ "group" : {
11
+ "kind" : " build" ,
12
+ "isDefault" : true
13
+ },
14
+ "presentation" : {
15
+ "reveal" : " always"
16
+ },
17
+ "problemMatcher" : " $msCompile"
18
+ }
19
+ ]
20
+ }
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <add key =" Exceptionless" value =" https://www.myget.org/F/exceptionless/api/v3/index.json" />
5
+ </packageSources >
6
+ </configuration >
Original file line number Diff line number Diff line change 4
4
<Description >Exceptionless sink for Serilog</Description >
5
5
<VersionPrefix >3.0.4</VersionPrefix >
6
6
<Authors >Serilog Contributors</Authors >
7
- <TargetFrameworks >net45;netstandard1.2</TargetFrameworks >
7
+ <TargetFrameworks >net45;netstandard1.2;netstandard2.0 </TargetFrameworks >
8
8
<NoWarn >$(NoWarn);CS1591</NoWarn >
9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
34
34
</ItemGroup >
35
35
36
36
<ItemGroup >
37
- <PackageReference Include =" Exceptionless.Signed" Version =" 4.0.1951 " />
37
+ <PackageReference Include =" Exceptionless.Signed" Version =" 4.1.1967-pre " />
38
38
<PackageReference Include =" Serilog" Version =" 2.5.0" />
39
39
</ItemGroup >
40
40
You can’t perform that action at this time.
0 commit comments