Skip to content

Commit 134cb59

Browse files
adityapatwardhanTravisEz13
authored andcommitted
Update version of Microsoft.PowerShell.Native (PowerShell#10519)
1 parent 60ffea5 commit 134cb59

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

assets/files.wxs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@
205205
<Component Id="cmpDB015975B1AF141A6CDDA12B31DA2B74" Guid="{A4DB5B79-7F75-4D04-8CD3-764173FBD2C8}">
206206
<File Id="filAB89FE6AB1DADD58D58CAEF1DB5535C1" KeyPath="yes" Source="$(env.ProductSourcePath)\Microsoft.Management.Infrastructure.Native.dll" />
207207
</Component>
208-
<Component Id="cmp6656B94731627C46DA81F79A51A024E3" Guid="{D530139F-7957-404C-8BD2-B50CBE5A5491}">
209-
<File Id="filE98A810D52361DA893AD23E0B8E81507" KeyPath="yes" Source="$(env.ProductSourcePath)\pwrshplugin.pdb" />
210-
</Component>
211208
<Component Id="cmp78C94EF3D79D1B59DE4388AA2667668E" Guid="{F3CAAC93-C7F5-464E-8B0A-014423941590}">
212209
<File Id="fil3B354385633C6093E72CB08E11614534" KeyPath="yes" Source="$(env.ProductSourcePath)\api-ms-win-core-string-obsolete-l1-1-1.dll" />
213210
</Component>
@@ -3140,7 +3137,6 @@
31403137
<ComponentRef Id="cmp689C7CE34E0246D8B56D370E898354CE" />
31413138
<ComponentRef Id="cmp634E012FEF6122735D91DE4B1BCC1116" />
31423139
<ComponentRef Id="cmpDB015975B1AF141A6CDDA12B31DA2B74" />
3143-
<ComponentRef Id="cmp6656B94731627C46DA81F79A51A024E3" />
31443140
<ComponentRef Id="cmp78C94EF3D79D1B59DE4388AA2667668E" />
31453141
<ComponentRef Id="cmp2C924B87CA7B55E4B688163D0424BF1B" />
31463142
<ComponentRef Id="cmp0D69AF816E19455A8CF5034C61317EA3" />

src/System.Management.Automation/System.Management.Automation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview9.19421.4" />
2929
<!-- the following package(s) are from the powershell org -->
3030
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0-preview.2" />
31-
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.0.0-preview.1" />
31+
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.0.0-preview.2" />
3232
</ItemGroup>
3333

3434
<PropertyGroup>

0 commit comments

Comments
 (0)