File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
PowerShell Core is refactored in v6.0.0-beta.3 to remove the dependency on a customized ` AssemblyLoadContext ` .
6
6
With this change, hosting PowerShell Core in .NET Core will be the same as hosting Windows PowerShell in .NET.
7
7
8
- Please see the [ .NET Core Sample Application] ( #. net-core-sample-application ) section for an example that uses PowerShell Core ` beta.3 ` NuGet packages.
8
+ Please see the [ .NET Core Sample Application] ( #net-core-sample-application ) section for an example that uses PowerShell Core ` beta.3 ` NuGet packages.
9
9
10
10
## PowerShell Core v6.0.0-beta.2 and Prior
11
11
@@ -126,9 +126,9 @@ namespace Application.Test
126
126
}
127
127
```
128
128
129
- [ CorePsAssemblyLoadContext.cs ] : https://github.com/PowerShell/PowerShell/blob/v6.0.0-alpha.17 /src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/CoreCLR/CorePsAssemblyLoadContext.cs
129
+ [ CorePsAssemblyLoadContext.cs ] : https://github.com/PowerShell/PowerShell/blob/v6.0.0-beta.2 /src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/CoreCLR/CorePsAssemblyLoadContext.cs
130
130
[ Resolving ] : https://github.com/dotnet/corefx/blob/ec2a6190efa743ab600317f44d757433e44e859b/src/System.Runtime.Loader/ref/System.Runtime.Loader.cs#L35
131
- [ bootstrapping ] : https://github.com/PowerShell/PowerShell/blob/master /src/powershell/Program.cs#L27
131
+ [ bootstrapping ] : https://github.com/PowerShell/PowerShell/blob/v6.0.0-beta.2 /src/powershell/Program.cs#L27
132
132
133
133
## .NET Core Sample Application
134
134
You can’t perform that action at this time.
0 commit comments