Skip to content

Commit 6409eda

Browse files
SeanFarrowreisenberger
authored andcommitted
Remove the .net 4.0 and 4.5 targets and add a .net standard 2.0 target to the NuSpec file.
1 parent a6932b1 commit 6409eda

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

src/Polly.Caching.Memory.nuspec

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<owners>App vNext</owners>
55
<authors>App vNext</authors>
66
<description>
7-
Polly.Caching.MemoryCache is a plug-in for the .NET OSS resilience library Polly, supporting System.Runtime.Caching.MemoryCache as a provider for Polly's CachePolicy.
7+
Polly.Caching.Memory is a plug-in for the .NET OSS resilience library Polly, supporting System.Runtime.Caching.MemoryCache as a provider for Polly's CachePolicy.
88
</description>
99
<language>en-US</language>
1010
<licenseUrl>https://raw.github.com/App-vNext/Polly/master/LICENSE.txt</licenseUrl>
@@ -34,20 +34,15 @@
3434

3535
</releaseNotes>
3636
<dependencies>
37-
<group targetFramework="net45">
38-
<dependency id="Polly" version="5.9.0" />
39-
</group>
4037
<group targetFramework="netstandard1.3">
4138
<dependency id="NETStandard.Library" version="1.6.1" />
42-
<dependency id="Polly" version="5.9.0" />
39+
<dependency id="Polly" version="6.0.1" />
4340
<dependency id="Microsoft.Extensions.Caching.Memory" version="1.1.2" />
4441
</group>
45-
<group targetFramework="net40">
46-
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
47-
<dependency id="Microsoft.Bcl" version="1.1.10" />
48-
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
49-
<dependency id="Nito.AsyncEx" version="3.0.1" />
50-
<dependency id="Polly.Net40Async" version="5.9.0" />
42+
<group targetFramework="netstandard2.0">
43+
<dependency id="NETStandard.Library" version="2.0.0" />
44+
<dependency id="Polly" version="6.0.1" />
45+
<dependency id="Microsoft.Extensions.Caching.Memory" version="2.0.2" />
5146
</group>
5247
</dependencies>
5348
</metadata>

0 commit comments

Comments
 (0)