Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PolyShim/Net60/Environment.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
Tyrrrz and Copilot authored Nov 14, 2025
commit 6086d81e33fc51b7c7a28c323d5c2c6b6c43c225
1 change: 1 addition & 0 deletions PolyShim/Net60/Environment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ internal static partial class PolyfillExtensions
{
// No Process class in .NET Standard 1.x
#if !NETSTANDARD || NETSTANDARD2_0_OR_GREATER
// https://learn.microsoft.com/dotnet/api/system.environment.processpath
public static string? ProcessPath
{
get
Expand Down
Loading