Skip to content

Commit

Permalink
Merge pull request #152 from dos-ise/master
Browse files Browse the repository at this point in the history
Fixed issue #141 Can't access games in Windows 11 pro 24h2
  • Loading branch information
BrianLima authored Dec 1, 2024
2 parents 19354c3 + c343892 commit de6f105
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UWPHook/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Security.Principal.Windows" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="5.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
6 changes: 6 additions & 0 deletions UWPHook/UWPHook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@
<PackageReference Include="Serilog.Sinks.File">
<Version>5.0.0</Version>
</PackageReference>
<PackageReference Include="System.Memory">
<Version>4.6.0</Version>
</PackageReference>
<PackageReference Include="System.Security.Principal.Windows">
<Version>5.0.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit de6f105

Please sign in to comment.