Skip to content

Commit 671b8c5

Browse files
committed
Update to .NET 6
1 parent 79f0c10 commit 671b8c5

7 files changed

Lines changed: 48 additions & 2 deletions

File tree

.idea/.idea.BlockingCollectionExtensions/.idea/.gitignore

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockingCollectionExtensions/.idea/aws.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockingCollectionExtensions/.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockingCollectionExtensions/.idea/indexLayout.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockingCollectionExtensions/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BlockingCollectionExtensions/BlockingCollectionExtensions.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<Authors>Jeremy Cantu</Authors>
66
<Company>Jeremy Cantu</Company>
77
<Description>📎 Utilities to aid in utilizing the ever-useful .NET structure BlockingCollection&lt;T&gt;</Description>
@@ -11,6 +11,8 @@
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<Version>1.0.1</Version>
1313
<PackageIcon>favicon.png</PackageIcon>
14+
<LangVersion>default</LangVersion>
15+
<PackageVersion>6.0.0</PackageVersion>
1416
</PropertyGroup>
1517

1618
<ItemGroup>

BlockingCollectionsExtensions.Unit.Tests/BlockingCollectionsExtensions.Unit.Tests.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
7+
8+
<LangVersion>default</LangVersion>
79
</PropertyGroup>
810

911
<ItemGroup>

0 commit comments

Comments
 (0)