File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Depressurizer.Core/Helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ public static class Steam
369369
370370 public static async void GrabBanner ( int appId )
371371 {
372- GrabBanners ( new int [ ] { appId } ) ;
372+ await Task . Run ( ( ) => GrabBanners ( new int [ ] { appId } ) ) ;
373373 }
374374
375375 /// <summary>
Original file line number Diff line number Diff line change 1010 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
1111 <dependentAssembly >
1212 <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
13- <bindingRedirect oldVersion =" 0.0.0.0-12.0.0.0" newVersion =" 12 .0.0.0" />
13+ <bindingRedirect oldVersion =" 0.0.0.0-12.0.0.0" newVersion =" 13 .0.0.0" />
1414 </dependentAssembly >
1515 <dependentAssembly >
1616 <assemblyIdentity name =" Sentry.Protocol" publicKeyToken =" fba2ec45388e2af0" culture =" neutral" />
You can’t perform that action at this time.
0 commit comments