Skip to content

Commit 5b05198

Browse files
Fix package version for .NET nuget packages (PowerShell#20551)
1 parent faba49e commit 5b05198

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-2.final" />
3636
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0-rc.2.23479.6" />
37-
<PackageReference Include="System.Drawing.Common" Version="8.0.0-rc.2.23479.8" />
37+
<PackageReference Include="System.Drawing.Common" Version="8.0.0-rc.2.23479.14" />
3838
<PackageReference Include="JsonSchema.Net" Version="5.2.6" />
3939
</ItemGroup>
4040

Diff for: src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="System.ServiceModel.Security" Version="4.10.3" />
3535
<PackageReference Include="System.Private.ServiceModel" Version="4.10.3" />
3636
<!-- the source could not be found for the following package(s) -->
37-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-rc.2.23468.3" />
37+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-rc.2.23479.10" />
3838
</ItemGroup>
3939

4040
</Project>

Diff for: test/tools/TestService/TestService.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-rc.2.23468.3" />
16+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-rc.2.23479.10" />
1717
</ItemGroup>
1818

1919
</Project>

Diff for: test/tools/WebListener/WebListener.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0-rc.2.23479.6" />
10+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0-rc.2.23480.2" />
1111
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0-rc.2.23479.6" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)