22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
5+ <LangVersion >latest</LangVersion >
6+ <Nullable >enable</Nullable >
57 <RootNamespace >Open.Disposable</RootNamespace >
6- <Description >
7- A set of variations on ObjectPool implementations with differing underlying collections.
8-
9- Part of the "Open" set of libraries.
10- </Description >
118 <Authors >electricessence</Authors >
12- <Company >electricessence</Company >
13- <Product />
9+ <Description >A set of variations on ObjectPool implementations with differing underlying collections.
10+
11+ Part of the "Open" set of libraries.
12+ </Description >
1413 <Copyright >https://github.com/electricessence/Open.Disposable.ObjectPools/blob/master/LISCENSE.md</Copyright >
1514 <PackageLicenseUrl ></PackageLicenseUrl >
1615 <PackageProjectUrl >https://github.com/electricessence/Open.Disposable.ObjectPools/</PackageProjectUrl >
2120 <Version >2.4.1</Version >
2221 <PackageReleaseNotes ></PackageReleaseNotes >
2322 <PackageLicenseExpression >MIT</PackageLicenseExpression >
24- <Nullable >enable</Nullable >
2523 </PropertyGroup >
2624
2725 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
4341 </ItemGroup >
4442
4543 <ItemGroup >
44+ <PackageReference Include =" Open.Disposable" Version =" 2.4.0" />
45+ <PackageReference Include =" Open.Threading.Tasks" Version =" 1.2.0" />
46+ <PackageReference Include =" System.Threading.Channels" Version =" 4.7.1" />
4647 <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.0.0" >
4748 <PrivateAssets >all</PrivateAssets >
4849 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4950 </PackageReference >
50- <PackageReference Include =" Open.Disposable" Version =" 2.3.0" />
51- <PackageReference Include =" Open.Threading.Tasks" Version =" 1.1.3" />
52- <PackageReference Include =" System.Threading.Channels" Version =" 4.7.1" />
5351 </ItemGroup >
5452
5553</Project >
0 commit comments