File tree Expand file tree Collapse file tree
.idea/.idea.BlockingCollectionExtensions/.idea
BlockingCollectionExtensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6.0</TargetFramework >
54 <Authors >Jeremy Cantu</Authors >
65 <Company >Jeremy Cantu</Company >
76 <Description >📎 Utilities to aid in utilizing the ever-useful .NET structure BlockingCollection< T> </Description >
87 <PackageProjectUrl >https://github.com/Jac21/BlockingCollectionExtensions</PackageProjectUrl >
98 <RepositoryUrl >https://github.com/Jac21/BlockingCollectionExtensions</RepositoryUrl >
109 <PackageLicenseUrl >https://raw.githubusercontent.com/Jac21/BlockingCollectionExtensions/master/LICENSE</PackageLicenseUrl >
1110 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
11+ <PackOnBuild >true</PackOnBuild >
1212 <Version >1.0.1</Version >
1313 <PackageIcon >favicon.png</PackageIcon >
1414 <LangVersion >default</LangVersion >
15- <PackageVersion >6.0.0</PackageVersion >
15+ <PackageVersion >6.0.1</PackageVersion >
16+ <TargetFrameworks >net6.0;netstandard2.1</TargetFrameworks >
17+
18+ <DebugType >embedded</DebugType >
19+ <EnablePackageValidation >true</EnablePackageValidation >
20+ <PackageValidationBaselineVersion >6.0.0</PackageValidationBaselineVersion >
1621 </PropertyGroup >
1722
1823 <ItemGroup >
Original file line number Diff line number Diff line change 1212Find it on [ nuget] ( https://www.nuget.org/packages/BlockingCollectionExtensions/ ) !
1313
1414```
15- PM> Install-Package BlockingCollectionExtensions -Version 6.0.0
15+ PM> Install-Package BlockingCollectionExtensions -Version 6.0.1
1616```
1717
1818## API
You can’t perform that action at this time.
0 commit comments