Skip to content

Commit d82652a

Browse files
committed
Revert "Remove Environment dotnet in favor of new app addin SystemEnvironment (#2893)"
This reverts commit 7cb2fe9.
1 parent abf4a53 commit d82652a

File tree

1 file changed

+4
-10
lines changed
  • src/System Application/App/DotNet Aliases/src

1 file changed

+4
-10
lines changed

src/System Application/App/DotNet Aliases/src/dotnet.al

+4-10
Original file line numberDiff line numberDiff line change
@@ -849,16 +849,6 @@ dotnet
849849
}
850850
}
851851

852-
assembly("Microsoft.Dynamics.Nav.SystemEnvironment")
853-
{
854-
Culture = 'neutral';
855-
PublicKeyToken = '31bf3856ad364e35';
856-
857-
type("Microsoft.Dynamics.Nav.SystemEnvironment.SystemEnvironment"; "SystemEnvironment")
858-
{
859-
}
860-
}
861-
862852
assembly("Microsoft.Dynamics.Nav.Timer")
863853
{
864854
Culture = 'neutral';
@@ -1446,6 +1436,10 @@ dotnet
14461436
{
14471437
}
14481438

1439+
type("System.Environment"; "Environment")
1440+
{
1441+
}
1442+
14491443
type("System.EventArgs"; "EventArgs")
14501444
{
14511445
}

0 commit comments

Comments
 (0)