File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/Microsoft.AspNetCore.Mvc.Core Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 85
85
<MicrosoftExtensionsPrimitivesPackageVersion >2.2.0-rtm-35519</MicrosoftExtensionsPrimitivesPackageVersion >
86
86
<MicrosoftExtensionsTypeNameHelperSourcesPackageVersion >2.2.0-rtm-35519</MicrosoftExtensionsTypeNameHelperSourcesPackageVersion >
87
87
<MicrosoftExtensionsValueStopwatchSourcesPackageVersion >2.2.0-rtm-35519</MicrosoftExtensionsValueStopwatchSourcesPackageVersion >
88
+ <MicrosoftExtensionsWebEncodersPackageVersion >2.2.0-rtm-35519</MicrosoftExtensionsWebEncodersPackageVersion >
88
89
<MicrosoftNETCoreApp20PackageVersion >2.0.9</MicrosoftNETCoreApp20PackageVersion >
89
90
<MicrosoftNETCoreApp21PackageVersion >2.1.3</MicrosoftNETCoreApp21PackageVersion >
90
91
<MicrosoftNETCoreApp22PackageVersion >2.2.0-preview3-27014-02</MicrosoftNETCoreApp22PackageVersion >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Microsoft.AspNetCore.Mvc.RouteAttribute</Description>
17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
20
+ <Compile Include =" $(SharedSourceRoot)ChunkingCookieManager\**\*.cs" />
20
21
<Compile Include =" $(SharedSourceRoot)CopyOnWriteDictionary\**\*.cs" />
21
22
<Compile Include =" $(SharedSourceRoot)ObjectMethodExecutor\**\*.cs" />
22
23
<Compile Include =" $(SharedSourceRoot)PropertyActivator\**\*.cs" />
@@ -45,10 +46,9 @@ Microsoft.AspNetCore.Mvc.RouteAttribute</Description>
45
46
</ItemGroup >
46
47
47
48
<ItemGroup Label =" Sources packages" >
48
- <PackageReference Include =" Microsoft.AspNetCore.ChunkingCookieManager.Sources" PrivateAssets =" All" Version =" $(MicrosoftAspNetCoreChunkingCookieManagerSourcesPackageVersion)" />
49
49
<PackageReference Include =" Microsoft.Extensions.ParameterDefaultValue.Sources" PrivateAssets =" All" Version =" $(MicrosoftExtensionsParameterDefaultValueSourcesPackageVersion)" />
50
50
<PackageReference Include =" Microsoft.Extensions.TypeNameHelper.Sources" PrivateAssets =" All" Version =" $(MicrosoftExtensionsTypeNameHelperSourcesPackageVersion)" />
51
51
<PackageReference Include =" Microsoft.Extensions.ValueStopwatch.Sources" PrivateAssets =" All" Version =" $(MicrosoftExtensionsValueStopwatchSourcesPackageVersion)" />
52
52
</ItemGroup >
53
53
54
- </Project >
54
+ </Project >
You can’t perform that action at this time.
0 commit comments