-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add Windows Compat Pack 2.0.0 to PSCore6 and update package references to final versions including dotnetcore 2.1 #6958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7bb7c0b
f4b146f
24c5bc8
625f106
ce61eb9
0ee8d62
fdf87e4
6c0fa8b
39628b7
40d3425
ceb25f0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "2.1.300-rc1-008673" | ||
| "version": "2.1.300" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,14 +9,14 @@ | |
| <ItemGroup> | ||
| <ProjectReference Include="..\Microsoft.PowerShell.CoreCLR.Eventing\Microsoft.PowerShell.CoreCLR.Eventing.csproj" /> | ||
| <!-- the following package(s) are from https://github.com/JamesNK/Newtonsoft.Json --> | ||
| <PackageReference Include="Newtonsoft.Json" Version="10.0.3" /> | ||
| <PackageReference Include="Newtonsoft.Json" Version="11.0.2" /> | ||
| <!-- the following package(s) are from https://github.com/dotnet/corefx --> | ||
| <PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="4.5.0-rc1-26423-06" /> | ||
| <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0-rc1-26423-06" /> | ||
| <PackageReference Include="System.Security.AccessControl" Version="4.5.0-rc1-26423-06" /> | ||
| <PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.5.0-rc1-26423-06" /> | ||
| <PackageReference Include="System.Security.Permissions" Version="4.5.0-rc1-26423-06" /> | ||
| <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.0-rc1-26423-06" /> | ||
| <PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="4.5.0" /> | ||
| <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" /> | ||
| <PackageReference Include="System.Security.AccessControl" Version="4.5.0" /> | ||
| <PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.5.0" /> | ||
| <PackageReference Include="System.Security.Permissions" Version="4.5.0" /> | ||
| <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.0" /> | ||
| <!-- the following package(s) are from the powershell org --> | ||
| <PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0-alpha*" /> | ||
| <PackageReference Include="PowerShell.Core.Instrumentation" Version="6.0.0-beta*" /> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have we this APIs in WCP?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These are pkgs PowerShell Team publishes
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we migrate to WCP assemblies if we have them on long time?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You mean include them in WCP? Probably not. |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I lost understanding - why do we update the file manually? Can we generate it automatically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#6978
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The WiX tools will break patching. When you build, I added errors to tell you what to add or remove, but didn't fully automate the update. I updated the issue with the requirements of the update.