Исправлено предупреждение
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
|
using System.Runtime.Versioning;
|
||||||
using Microsoft.Win32;
|
using Microsoft.Win32;
|
||||||
using Sms.Environment;
|
using Sms.Environment;
|
||||||
|
|
||||||
namespace Sms.Environment.Windows;
|
namespace Sms.Environment.Windows;
|
||||||
|
|
||||||
|
[SupportedOSPlatform("windows")]
|
||||||
public sealed class WindowsEnvironmentVariableStore : IEnvironmentVariableStore
|
public sealed class WindowsEnvironmentVariableStore : IEnvironmentVariableStore
|
||||||
{
|
{
|
||||||
private const string EnvironmentKeyPath = "Environment";
|
private const string EnvironmentKeyPath = "Environment";
|
||||||
|
|||||||
Reference in New Issue
Block a user