Skip to content

Commit a1299b6

Browse files
committed
Removed netcoreapp3.1 from target frameworks
1 parent 9fc1bc1 commit a1299b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CSRakowski.AsyncStreamsPreparations/CSRakowski.AsyncStreamsPreparations.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net50;netcoreapp3.1;netstandard2.1;netstandard2.0;netstandard1.1</TargetFrameworks>
4+
<TargetFrameworks>net50;netstandard2.1;netstandard2.0;netstandard1.1</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Description>Quick helper library containing interfaces and classes to help you prepare for the C# 8 Async Streams feature.</Description>
77
<PackageProjectUrl>https://github.com/csrakowski/CSRakowski.AsyncStreamsPreparations</PackageProjectUrl>
@@ -15,7 +15,7 @@
1515
<PackageReleaseNotes>* ValueTask usage cleanups.</PackageReleaseNotes>
1616
</PropertyGroup>
1717

18-
<PropertyGroup Condition="'$(TargetFramework)' == 'net50' or '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'netstandard2.1'">
18+
<PropertyGroup Condition="'$(TargetFramework)' == 'net50' or '$(TargetFramework)' == 'netstandard2.1'">
1919
<DefineConstants>$(DefineConstants);HAS_ASYNCENUMERABLE</DefineConstants>
2020
</PropertyGroup>
2121
<PropertyGroup>

0 commit comments

Comments
 (0)