File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
<GenerateDocumentationFile >true</GenerateDocumentationFile >
17
17
</PropertyGroup >
18
18
19
- <PropertyGroup Label =" Publishing " >
19
+ <PropertyGroup Label =" Packaging Metadata " >
20
20
<Authors >Cédric Luthi</Authors >
21
21
<Copyright >Copyright © Cédric Luthi</Copyright >
22
22
<Description >Format Serilog events in log4net compatible XML format</Description >
27
27
<RepositoryUrl >https://github.com/0xced/serilog-formatting-log4net</RepositoryUrl >
28
28
</PropertyGroup >
29
29
30
+ <ItemGroup Label =" Packaging Metadata" >
31
+ <None Include =" ../resources/icon.png" Visible =" false" >
32
+ <Pack >true</Pack >
33
+ <PackagePath />
34
+ </None >
35
+ </ItemGroup >
36
+
30
37
<PropertyGroup Label =" Versioning" >
31
38
<MinVerMinimumMajorMinor >1.0</MinVerMinimumMajorMinor >
32
39
</PropertyGroup >
38
45
<RestoreLockedMode Condition =" $(ContinuousIntegrationBuild) == 'true'" >true</RestoreLockedMode >
39
46
</PropertyGroup >
40
47
41
- <ItemGroup >
42
- <None Include =" ../resources/icon.png" >
43
- <Pack >true</Pack >
44
- <PackagePath />
45
- </None >
46
- </ItemGroup >
47
-
48
48
<ItemGroup >
49
49
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" all" />
50
50
<PackageReference Include =" MinVer" Version =" 2.4.0" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments