Sha256: 9d4c6e6022d41bf7ddd23537bd97d23aaf04457dd63780504f82754573af6f4d
Contents?: true
Size: 700 Bytes
Versions: 299
Compression:
Stored size: 700 Bytes
Contents
<?xml version="1.0" encoding="utf-8" ?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> </startup> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> <bindingRedirect oldVersion="4.0.0.0" newVersion="4.3.0.0"/> <bindingRedirect oldVersion="2.3.5.0" newVersion="4.3.0.0"/> <bindingRedirect oldVersion="2.0.0.0" newVersion="4.3.0.0"/> </dependentAssembly> </assemblyBinding> </runtime> </configuration>
Version data entries
299 entries across 105 versions & 1 rubygems