This repository was archived by the owner on Feb 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
src/Our.Umbraco.DocTypeGridEditor Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <runtime >
4
+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
5
+ <dependentAssembly >
6
+ <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
7
+ <bindingRedirect oldVersion =" 0.0.0.0-6.0.0.0" newVersion =" 6.0.0.0" />
8
+ </dependentAssembly >
9
+ <dependentAssembly >
10
+ <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
11
+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.0.0" newVersion =" 4.0.0.0" />
12
+ </dependentAssembly >
13
+ <dependentAssembly >
14
+ <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
15
+ <bindingRedirect oldVersion =" 0.0.0.0-2.0.0.0" newVersion =" 2.0.0.0" />
16
+ </dependentAssembly >
17
+ <dependentAssembly >
18
+ <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
19
+ <bindingRedirect oldVersion =" 0.0.0.0-2.0.0.0" newVersion =" 2.0.0.0" />
20
+ </dependentAssembly >
21
+ <dependentAssembly >
22
+ <assemblyIdentity name =" System.Web.WebPages.Razor" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
23
+ <bindingRedirect oldVersion =" 0.0.0.0-2.0.0.0" newVersion =" 2.0.0.0" />
24
+ </dependentAssembly >
25
+ </assemblyBinding >
26
+ </runtime >
27
+ </configuration >
You can’t perform that action at this time.
0 commit comments