Skip to content

Commit 71a24c3

Browse files
committed
Update dependencies
1 parent 68fbe2d commit 71a24c3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/Microsoft.StoreServices.DisplayCatalog/Microsoft.StoreServices.DisplayCatalog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
11+
<PackageReference Include="System.Text.Json" Version="9.0.4" />
1212
</ItemGroup>
1313

1414
</Project>

src/UnifiedUpdatePlatform.Imaging/UnifiedUpdatePlatform.Services.Imaging.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ProjectReference Include="..\TempManager\UnifiedUpdatePlatform.Services.Temp.csproj" />
1717
</ItemGroup>
1818
<ItemGroup>
19-
<PackageReference Include="Joveler.DynLoader" Version="2.3.0" />
20-
<PackageReference Include="ManagedWimLib" Version="2.5.3" />
19+
<PackageReference Include="Joveler.DynLoader" Version="2.3.1" />
20+
<PackageReference Include="ManagedWimLib" Version="2.6.0" />
2121
</ItemGroup>
2222
</Project>

src/UnifiedUpdatePlatform.Services.WindowsUpdate.Downloads/UnifiedUpdatePlatform.Services.WindowsUpdate.Downloads.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<IntermediateOutputPath>$(SolutionDir)intermediate\$(Platform)\$(Configuration)\UnifiedUpdatePlatform.Services.WindowsUpdate.Downloads\</IntermediateOutputPath>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
9+
<PackageReference Include="System.Text.Json" Version="9.0.4" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\CompDB\UnifiedUpdatePlatform.Services.Composition.Database.csproj" />

src/UnifiedUpdatePlatform.Services.WindowsUpdate/UnifiedUpdatePlatform.Services.WindowsUpdate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<ProjectReference Include="..\CompDB\UnifiedUpdatePlatform.Services.Composition.Database.csproj" />
1515
</ItemGroup>
1616
<ItemGroup>
17-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
17+
<PackageReference Include="System.Text.Json" Version="9.0.4" />
1818
</ItemGroup>
1919
</Project>

src/Windows.Internal.Flighting/Windows.Internal.Flighting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.5" />
10+
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)