Исправлено предупреждение

This commit is contained in:
Roman Pytkov
2026-06-04 21:55:09 +03:00
parent a827bd608b
commit 85e9092d14

View File

@@ -1,8 +1,10 @@
using System.Runtime.Versioning;
using Microsoft.Win32;
using Sms.Environment;
namespace Sms.Environment.Windows;
[SupportedOSPlatform("windows")]
public sealed class WindowsEnvironmentVariableStore : IEnvironmentVariableStore
{
private const string EnvironmentKeyPath = "Environment";