Skip to content

Commit cd5de99

Browse files
Revert "Add .net6 support"
This reverts commit 4480020.
1 parent 4480020 commit cd5de99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Test
22-
run: dotnet test -c Release -f net6
22+
run: dotnet test -c Release -f net5
2323
- name: Generate PDF with CSharp code
2424
if: github.event_name == 'push'
2525
run: |

Platform.Threading.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyTitle>Platform.Threading</AssemblyTitle>
77
<VersionPrefix>0.1.1</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
9-
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
9+
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
1010
<AssemblyName>Platform.Threading</AssemblyName>
1111
<PackageId>Platform.Threading</PackageId>
1212
<PackageTags>LinksPlatform;Threading;ISynchronization;ISynchronizationExtensions;ISynchronized;ReaderWriterLockSynchronization;Unsynchronization;ConcurrentQueueExtensions;TaskExtensions;ThreadHelpers</PackageTags>

csharp/Platform.Threading.Tests/Platform.Threading.Tests.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net472;netcoreapp2.1;netcoreapp3.1;net5;net6</TargetFrameworks>
4+
<TargetFrameworks>net472;netcoreapp2.1;netcoreapp3.1;net5</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<LangVersion>latest</LangVersion>
77
</PropertyGroup>

csharp/Platform.Threading/Platform.Threading.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyTitle>Platform.Threading</AssemblyTitle>
77
<VersionPrefix>0.3.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
9-
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
9+
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
1010
<AssemblyName>Platform.Threading</AssemblyName>
1111
<PackageId>Platform.Threading</PackageId>
1212
<PackageTags>LinksPlatform;Threading;ISynchronization;ISynchronizationExtensions;ISynchronized;ReaderWriterLockSynchronization;Unsynchronization;ConcurrentQueueExtensions;TaskExtensions;ThreadHelpers</PackageTags>

0 commit comments

Comments
 (0)