File tree 5 files changed +9
-11
lines changed
src/Seq.Extensions.Logging
test/Seq.Extensions.Logging.Tests
5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.0 </TargetFramework >
5
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
5
5
<PreserveCompilationContext >true</PreserveCompilationContext >
6
6
<AssemblyName >WebApplication</AssemblyName >
7
7
<OutputType >Exe</OutputType >
8
- <PackageId >WebApplication</PackageId >
9
- <RuntimeFrameworkVersion >2.0.0</RuntimeFrameworkVersion >
10
8
</PropertyGroup >
11
9
12
10
<ItemGroup >
20
18
</ItemGroup >
21
19
22
20
<ItemGroup >
23
- <PackageReference Include =" Microsoft.AspNetCore.All" Version = " 2.0.0 " />
21
+ <PackageReference Include =" Microsoft.AspNetCore.All" />
24
22
</ItemGroup >
25
23
26
24
<Target Name =" PrepublishScript" BeforeTargets =" PrepareForPublish" >
Original file line number Diff line number Diff line change 11
11
<SignAssembly >true</SignAssembly >
12
12
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
13
13
<PackageTags >aspnet;logging</PackageTags >
14
- <PackageIconUrl >https://datalust.co/images/nuget/seq. png</PackageIconUrl >
14
+ <PackageIcon >icon. png</PackageIcon >
15
15
<PackageProjectUrl >https://github.com/datalust/seq-extensions-logging</PackageProjectUrl >
16
16
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
17
17
</PropertyGroup >
22
22
<PackageReference Include =" Microsoft.Extensions.Logging.Configuration" Version =" 2.1.0" />
23
23
</ItemGroup >
24
24
25
+ <ItemGroup >
26
+ <None Include =" ..\..\asset\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
27
+ </ItemGroup >
28
+
25
29
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net472;netcoreapp3.0 </TargetFrameworks >
4
+ <TargetFrameworks >net472;netcoreapp3.1 </TargetFrameworks >
5
5
<AssemblyOriginatorKeyFile >../../asset/seqext.snk</AssemblyOriginatorKeyFile >
6
6
<SignAssembly >true</SignAssembly >
7
7
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
20
20
<PackageReference Include =" xunit" Version =" 2.4.1" />
21
21
</ItemGroup >
22
22
23
- <ItemGroup >
24
- <Folder Include =" Properties\" />
25
- </ItemGroup >
26
-
27
23
</Project >
You can’t perform that action at this time.
0 commit comments