From 85e9092d147f76602f7d5f935d80a1eac52aa422 Mon Sep 17 00:00:00 2001 From: Roman Pytkov Date: Thu, 4 Jun 2026 21:55:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BF=D1=80=D0=B5=D0=B4=D1=83=D0=BF=D1=80?= =?UTF-8?q?=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Sms.Environment.Windows/WindowsEnvironmentVariableStore.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Sms.Environment.Windows/WindowsEnvironmentVariableStore.cs b/src/Sms.Environment.Windows/WindowsEnvironmentVariableStore.cs index fb22878..1919488 100644 --- a/src/Sms.Environment.Windows/WindowsEnvironmentVariableStore.cs +++ b/src/Sms.Environment.Windows/WindowsEnvironmentVariableStore.cs @@ -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";