Skip to content

Commit 6d2f453

Browse files
niemyjskiejsmith
authored andcommitted
Fixed more packaging issues
1 parent a5fea99 commit 6d2f453

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

src/Platforms/Exceptionless.Extensions.Logging/Exceptionless.Extensions.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup Label="Package">
14-
<None Include="readme.txt" />
14+
<None Include="readme.txt" pack="true" PackagePath="." />
1515
</ItemGroup>
1616

1717
<ItemGroup Label="Package References">

src/Platforms/Exceptionless.Wpf.Signed/Exceptionless.Wpf.Signed.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,8 @@
4444
<DefineConstants>$(DefineConstants);NET45;SIGNED;</DefineConstants>
4545
</PropertyGroup>
4646

47-
<ItemGroup>
48-
<None Remove="Images\ErrorFeedback.png" />
49-
</ItemGroup>
50-
5147
<ItemGroup>
5248
<Resource Include="Images\ErrorFeedback.png" />
53-
</ItemGroup>
54-
55-
<ItemGroup>
5649
<Folder Include="Properties\" />
5750
</ItemGroup>
5851
</Project>

src/Platforms/Exceptionless.Wpf/Exceptionless.Wpf.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,8 @@
4444
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
4545
</PropertyGroup>
4646

47-
<ItemGroup>
48-
<None Remove="Images\ErrorFeedback.png" />
49-
<None Remove="readme.txt" />
50-
</ItemGroup>
51-
5247
<ItemGroup>
5348
<Resource Include="Images\ErrorFeedback.png" />
54-
<Resource Include="readme.txt" />
55-
</ItemGroup>
56-
57-
<ItemGroup>
5849
<Folder Include="Properties\" />
5950
</ItemGroup>
6051
</Project>

0 commit comments

Comments
 (0)