File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 9
9
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
10
10
</PropertyGroup >
11
11
12
- <ItemGroup >
13
- <None Remove =" icon.png" />
14
- </ItemGroup >
15
-
16
12
<ItemGroup >
17
13
<PackageReference Include =" Elmah.Io.Client" Version =" 5.1.76" />
18
14
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6.0.0" />
27
23
<ItemGroup >
28
24
<Page Remove =" LoggerVisualizerUserControl.xaml" />
29
25
<EmbeddedResource Include =" LoggerVisualizerUserControl.xaml" LogicalName =" $(RootNamespace).LoggerVisualizerUserControl.xaml" />
26
+
30
27
<Content Include =" ..\LoggerVisualizerSource\bin\$(Configuration)\netstandard2.0\LoggerVisualizerSource.dll" Link =" netstandard2.0\LoggerVisualizerSource.dll" >
31
28
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
32
29
</Content >
33
30
<Content Include =" bin\$(Configuration)\net8.0-windows\Microsoft.Extensions.Logging.dll" Link =" netstandard2.0\Microsoft.Extensions.Logging.dll" >
34
31
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
35
32
</Content >
33
+
34
+ <None Remove =" icon.png" />
36
35
<Content Include =" icon.png" >
37
36
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
38
37
</Content >
You can’t perform that action at this time.
0 commit comments