File tree 9 files changed +9
-234
lines changed
Tools/GetDocumentInsider/src
9 files changed +9
-234
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ and are generated based on the last package release.
46
46
<LatestPackageReference Include =" Microsoft.Extensions.FileProviders.Composite" Version =" $(MicrosoftExtensionsFileProvidersCompositePackageVersion)" />
47
47
<LatestPackageReference Include =" Microsoft.Extensions.FileProviders.Physical" Version =" $(MicrosoftExtensionsFileProvidersPhysicalPackageVersion)" />
48
48
<LatestPackageReference Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" $(MicrosoftExtensionsFileSystemGlobbingPackageVersion)" />
49
+ <LatestPackageReference Include =" Microsoft.Extensions.HostFactoryResolver.Sources" Version =" $(MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion)" />
49
50
<LatestPackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" $(MicrosoftExtensionsHostingAbstractionsPackageVersion)" />
50
51
<LatestPackageReference Include =" Microsoft.Extensions.Hosting" Version =" $(MicrosoftExtensionsHostingPackageVersion)" />
51
52
<LatestPackageReference Include =" Microsoft.Extensions.Http" Version =" $(MicrosoftExtensionsHttpPackageVersion)" />
Original file line number Diff line number Diff line change 113
113
<Uri >https://github.com/dotnet/runtime</Uri >
114
114
<Sha >533e9b7dbb5ab9f63e74f95d8cae78171dafc31f</Sha >
115
115
</Dependency >
116
+ <Dependency Name =" Microsoft.Extensions.HostFactoryResolver.Sources" Version =" 5.0.0-preview.7.20314.1" >
117
+ <Uri >https://github.com/dotnet/runtime</Uri >
118
+ <Sha >533e9b7dbb5ab9f63e74f95d8cae78171dafc31f</Sha >
119
+ </Dependency >
116
120
<Dependency Name =" Microsoft.Extensions.Hosting.Abstractions" Version =" 5.0.0-preview.7.20314.1" >
117
121
<Uri >https://github.com/dotnet/runtime</Uri >
118
122
<Sha >533e9b7dbb5ab9f63e74f95d8cae78171dafc31f</Sha >
Original file line number Diff line number Diff line change 90
90
<MicrosoftExtensionsFileProvidersCompositePackageVersion >5.0.0-preview.7.20314.1</MicrosoftExtensionsFileProvidersCompositePackageVersion >
91
91
<MicrosoftExtensionsFileProvidersPhysicalPackageVersion >5.0.0-preview.7.20314.1</MicrosoftExtensionsFileProvidersPhysicalPackageVersion >
92
92
<MicrosoftExtensionsFileSystemGlobbingPackageVersion >5.0.0-preview.7.20314.1</MicrosoftExtensionsFileSystemGlobbingPackageVersion >
93
+ <MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion >5.0.0-preview.7.20314.1</MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion >
93
94
<MicrosoftExtensionsHostingAbstractionsPackageVersion >5.0.0-preview.7.20314.1</MicrosoftExtensionsHostingAbstractionsPackageVersion >
94
95
<MicrosoftExtensionsHostingPackageVersion >5.0.0-preview.7.20314.1</MicrosoftExtensionsHostingPackageVersion >
95
96
<MicrosoftExtensionsHttpPackageVersion >5.0.0-preview.7.20314.1</MicrosoftExtensionsHttpPackageVersion >
Original file line number Diff line number Diff line change 12
12
<ItemGroup >
13
13
<Reference Include =" Microsoft.AspNetCore.Hosting" />
14
14
<Reference Include =" System.IO.Pipelines" />
15
-
16
- <Compile Include =" $(SharedSourceRoot)HostFactoryResolver\*.cs" />
15
+ <Reference Include =" Microsoft.Extensions.HostFactoryResolver.Sources" />
17
16
</ItemGroup >
18
17
19
18
</Project >
Original file line number Diff line number Diff line change 17
17
<Reference Include =" Microsoft.AspNetCore.Mvc.Core" />
18
18
<Reference Include =" Microsoft.Extensions.DependencyModel" />
19
19
<Reference Include =" Microsoft.Extensions.Hosting" />
20
-
21
- <Compile Include =" $(SharedSourceRoot)HostFactoryResolver\*.cs" />
20
+ <Reference Include =" Microsoft.Extensions.HostFactoryResolver.Sources" />
22
21
</ItemGroup >
23
22
24
23
<ItemGroup >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
<Compile Include =" $(SharedSourceRoot)ClosedGenericMatcher\*.cs" Link =" Shared\ClosedGenericMatcher\%(Filename)%(Extension)" />
15
15
<Compile Include =" $(SharedSourceRoot)CopyOnWriteDictionary\*.cs" Link =" Shared\CopyOnWriteDictionary\%(Filename)%(Extension)" />
16
16
<Compile Include =" $(SharedSourceRoot)HashCodeCombiner\**\*.cs" Link =" Shared\HashCodeCombiner\%(Filename)%(Extension)" />
17
- <Compile Include =" $(SharedSourceRoot)HostFactoryResolver\**\*.cs" Link =" Shared\HostFactoryResolver\%(Filename)%(Extension)" />
18
17
<Compile Include =" $(SharedSourceRoot)runtime\*.cs" Link =" Shared\runtime\%(Filename)%(Extension)" />
19
18
<Compile Include =" $(SharedSourceRoot)runtime\Http2\**\*.cs" Link =" Shared\runtime\Http2\%(Filename)%(Extension)" />
20
19
<Compile Include =" $(SharedSourceRoot)runtime\Http3\**\*.cs" Link =" Shared\runtime\Http3\%(Filename)%(Extension)" />
Original file line number Diff line number Diff line change 15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
18
+ <Reference Include =" Microsoft.Extensions.HostFactoryResolver.Sources" />
18
19
<Compile Include =" $(SharedSourceRoot)CommandLineUtils\**\*.cs" />
19
20
<Compile Include =" $(ToolSharedSourceRoot)CommandLine/**/*.cs" />
20
- <Compile Include =" $(SharedSourceRoot)HostFactoryResolver\*.cs" />
21
21
</ItemGroup >
22
22
23
23
<Target Name =" BuildX86" BeforeTargets =" Build" Condition =" '$(TargetFramework)' == 'net461' And '$(Platform)' != 'x86' " >
You can’t perform that action at this time.
0 commit comments