Skip to content

Commit 274028d

Browse files
committed
Web: Fix binding for Microsoft.Bcl.AsyncInterfaces for CsvHelper
1 parent 7133d9a commit 274028d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Web/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@
12631263
</dependentAssembly>
12641264
<dependentAssembly>
12651265
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
1266-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.1" newVersion="9.0.0.1" />
1266+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
12671267
</dependentAssembly>
12681268
<dependentAssembly>
12691269
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />

0 commit comments

Comments
 (0)