mirror of https://github.com/winsw/winsw
commit
24d7ef1d0e
|
@ -6,7 +6,8 @@
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
|
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
|
||||||
<!-- https://docs.microsoft.com/windows/win32/wmisdk/common-information-model -->
|
<!-- https://docs.microsoft.com/windows/win32/wmisdk/common-information-model -->
|
||||||
<DefineConstants>$(DefineConstants);FEATURE_CIM</DefineConstants>
|
<!-- https://github.com/kohsuke/winsw/issues/411 -->
|
||||||
|
<!-- <DefineConstants>$(DefineConstants);FEATURE_CIM</DefineConstants> -->
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -14,8 +14,10 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
|
||||||
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
|
<!-- https://github.com/kohsuke/winsw/issues/411 -->
|
||||||
|
<!-- <PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" /> -->
|
||||||
<PackageReference Include="System.Diagnostics.EventLog" Version="4.7.0" />
|
<PackageReference Include="System.Diagnostics.EventLog" Version="4.7.0" />
|
||||||
|
<PackageReference Include="System.Management" Version="4.7.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- error NU1605: Detected package downgrade: log4net 2.0.8 -->
|
<!-- error NU1605: Detected package downgrade: log4net 2.0.8 -->
|
||||||
|
|
Loading…
Reference in New Issue