Skip to content

Commit c7dbd2a

Browse files
authored
Reapply "Remove Environment dotnet in favor of new app addin SystemEnvironment (#2893) (#2924) (#2928)
This reverts commit 18d456c. [AB#206684](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/206684)
1 parent b12b5dd commit c7dbd2a

File tree

1 file changed

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

1 file changed

+10
-4
lines changed

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

+10-4
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,16 @@ 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+
852862
assembly("Microsoft.Dynamics.Nav.Timer")
853863
{
854864
Culture = 'neutral';
@@ -1436,10 +1446,6 @@ dotnet
14361446
{
14371447
}
14381448

1439-
type("System.Environment"; "Environment")
1440-
{
1441-
}
1442-
14431449
type("System.EventArgs"; "EventArgs")
14441450
{
14451451
}

0 commit comments

Comments
 (0)