|
@@ -1,4 +1,4 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>portable</DebugType>
|
|
|
</PropertyGroup>
|
|
@@ -53,7 +53,7 @@
|
|
|
<!-- Enable Nuget Source Link for github -->
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
|
|
|
- <PackageReference Include="System.Management" Version="7.0.0" />
|
|
|
+ <PackageReference Include="System.Management" Version="7.0.1" />
|
|
|
</ItemGroup>
|
|
|
<PropertyGroup>
|
|
|
<TargetFrameworks>net472;netstandard2.1;net7.0</TargetFrameworks>
|