Skip to content

Commit a30df2c

Browse files
committed
Add NuGet dependency for SQL Async OutputputCache Provider on the Async Module package
1 parent 8f9839b commit a30df2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/packages/SQLAsyncOutputCacheProvider.nupkg/Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.nuspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<authors>Microsoft</authors>
77
<owners>Microsoft</owners>
88
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
9+
<dependencies>
10+
<dependency id="Microsoft.AspNet.OutputCache.OutputCacheModuleAsync" version="$OutputCacheModuleAsyncNuGetPackageVersion$" />
11+
</dependencies>
912
<title>Microsoft ASP.NET SQL Async OutputCache Provider</title>
1013
<description>Async version SQL OutputCache Provider</description>
1114
<summary>Async version SQL OutputCache Provider</summary>

0 commit comments

Comments
 (0)