Fix IDE0025 (use expression body for properties)
[mono-project.git] / netcore / System.Private.CoreLib / shared / System / EnvironmentVariableTarget.cs
blob42b93215697b7ee0bcde409e55454df26f8df6e5
1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
5 namespace System
7 public enum EnvironmentVariableTarget
9 Process = 0,
10 User = 1,
11 Machine = 2,