1 write to Version
Microsoft.Extensions.DependencyModel (1)
Library.cs (1)
59
Version
= version;
7 references to Version
Microsoft.Extensions.DependencyModel (6)
DependencyContextWriter.cs (5)
139
WriteTargetLibrary(library.Name + DependencyContextStrings.VersionSeparator + library.
Version
, library, jsonWriter);
160
Debug.Assert(compilationLibrary.
Version
== runtimeLibrary.
Version
);
170
WritePortableTargetLibrary(library.Name + DependencyContextStrings.VersionSeparator + library.
Version
,
409
.GroupBy(library => library.Name + DependencyContextStrings.VersionSeparator + library.
Version
);
Resolution\ResolverUtils.cs (1)
15
path = Path.Combine(library.Name, library.
Version
);
Microsoft.ML.TestFrameworkCommon (1)
Utility\PathResolver.cs (1)
105
runtimeLib.
Version
,