Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Bump Microsoft.Windows.SDK.Contracts from 10.0.17763.1000 to 10.0.19041.1 in /src #23

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.17763.1000" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/MSIExtract/MSIExtract.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Dirkster.MRULib" Version="1.3.0" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.17763.1000" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.1" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="1.1.0" />
<PackageReference Include="PresentationTheme.Aero" Version="0.6.2" />
<ProjectReference Include="..\MSIExtract.Core\MSIExtract.Core.csproj" />
Expand Down