File tree Expand file tree Collapse file tree 5 files changed +13
-25
lines changed
Exceptionless.SampleAspNetCore
Exceptionless.SampleConsole Expand file tree Collapse file tree 5 files changed +13
-25
lines changed Original file line number Diff line number Diff line change 8
8
<OutputType >Exe</OutputType >
9
9
<PackageId >Exceptionless.SampleAspNetCore</PackageId >
10
10
<RuntimeFrameworkVersion >2.0.0</RuntimeFrameworkVersion >
11
- <AssetTargetFallback >$(AssetTargetFallback);dotnet5.6;portable-net45+win8</ AssetTargetFallback >
11
+ <DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</ DefineConstants >
12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
18
18
</ItemGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0" />
22
- <PackageReference Include =" Microsoft.AspNetCore.Server.IISIntegration" Version =" 2.0.0" />
23
- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.0.0" />
24
- <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 2.0.0" />
25
- <PackageReference Include =" Microsoft.Extensions.Configuration.FileExtensions" Version =" 2.0.0" />
26
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 2.0.0" />
27
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
28
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.0.0" />
29
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 2.0.0" />
21
+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.3" />
30
22
</ItemGroup >
31
-
32
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >
33
- <DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants >
34
- </PropertyGroup >
35
23
</Project >
Original file line number Diff line number Diff line change 19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" Exceptionless.DateTimeExtensions" Version =" 3.2.86 " />
22
+ <PackageReference Include =" Exceptionless.DateTimeExtensions" Version =" 3.3.96 " />
23
23
<PackageReference Include =" Exceptionless.RandomData" Version =" 1.1.47" />
24
24
</ItemGroup >
25
25
Original file line number Diff line number Diff line change 7
7
<AssemblyTitle >Exceptionless client for ASP.NET Core</AssemblyTitle >
8
8
<Description >Exceptionless client for ASP.NET Core. $(Description)</Description >
9
9
<PackageTags >ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags >
10
- <TargetFrameworks >netcoreapp2.0</TargetFrameworks >
10
+ <TargetFrameworks >netcoreapp2.0;net461 </TargetFrameworks >
11
11
</PropertyGroup >
12
12
13
13
<ItemGroup Label =" Package" >
26
26
</ItemGroup >
27
27
28
28
<ItemGroup Label =" Package References" >
29
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions " Version =" 2.0.0 " />
30
- <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.0.0 " />
31
- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.0.0 " />
32
- <PackageReference Include =" Microsoft.AspNetCore.Http.Extensions" Version =" 2.0.0 " />
29
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc " Version =" 2.0.1 " />
30
+ <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.0.1 " />
31
+ <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.0.1 " />
32
+ <PackageReference Include =" Microsoft.AspNetCore.Http.Extensions" Version =" 2.0.1 " />
33
33
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 2.0.0" />
34
34
<PackageReference Include =" Microsoft.Extensions.DiagnosticAdapter" Version =" 2.0.0" />
35
- <PackageReference Include =" Microsoft.Net.Http.Headers" Version =" 2.0.0 " />
35
+ <PackageReference Include =" Microsoft.Net.Http.Headers" Version =" 2.0.1 " />
36
36
<PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 4.4.1" />
37
37
<PackageReference Include =" System.Net.Http" Version =" 4.3.3" />
38
38
<PackageReference Include =" System.Net.Primitives" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 30
30
</PropertyGroup >
31
31
32
32
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " Label =" Package References" >
33
- <PackageReference Include =" NLog" Version =" 5.0.0-beta11 " />
33
+ <PackageReference Include =" NLog" Version =" 4. 5.0-rc02 " />
34
34
</ItemGroup >
35
35
36
36
<PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " Label =" Build" >
Original file line number Diff line number Diff line change 15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3 .0" />
19
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.10.9 " />
20
- <PackageReference Include =" Moq" Version =" 4.7.142 " />
18
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5 .0" />
19
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.10.11 " />
20
+ <PackageReference Include =" Moq" Version =" 4.7.145 " />
21
21
<PackageReference Include =" xunit" Version =" 2.3.1" />
22
22
<PackageReference Include =" xunit.extensibility.execution" Version =" 2.3.1" />
23
23
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
You can’t perform that action at this time.
0 commit comments