diff options
Diffstat (limited to 'runtime.manifest')
-rw-r--r-- | runtime.manifest | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/runtime.manifest b/runtime.manifest index 42c594257..e1888927c 100644 --- a/runtime.manifest +++ b/runtime.manifest @@ -9,12 +9,7 @@ </trustInfo>
<dependency>
<dependentAssembly>
- <assemblyIdentity type='win32' name='Microsoft.VC90.DebugCRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly>
- <assemblyIdentity type='win32' name='Microsoft.VC90.CRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
+ <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.30729.1" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" />
</dependentAssembly>
</dependency>
</assembly>
|