File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
2020 <ItemGroup >
2121 <NuGetProject Include =" OutputCacheModuleAsync.nupkg\Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.nuproj" />
22+ <NuGetProject Include =" CustomOutputCacheProvider.nupkg\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.nuproj" />
2223 </ItemGroup >
2324 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2425 <Target Name =" Build" >
Original file line number Diff line number Diff line change 3737 </Target >
3838
3939 <ItemGroup >
40- <BinScopeTargetFiles Include =" $(OutputPath)Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.dll" />
40+ <BinScopeTargetFiles Include =" $(OutputPath)Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.dll" />
41+ <BinScopeTargetFiles Include =" $(OutputPath)Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.dll" />
4142 </ItemGroup >
4243
4344<!-- CodeSign definitions -->
6566 <AuthCodeCert >10006</AuthCodeCert >
6667 <StrongNameCert >72</StrongNameCert >
6768 </CodeSign >
69+ <CodeSign Include =" $(OutputPath)Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.dll" >
70+ <AuthCodeCert >10006</AuthCodeCert >
71+ <StrongNameCert >72</StrongNameCert >
72+ </CodeSign >
6873 </ItemGroup >
6974
7075</Project >
You can’t perform that action at this time.
0 commit comments