Skip to content

Commit

Permalink
.NET 6 Support: Removed
Browse files Browse the repository at this point in the history
Removed .NET 6 support, because it retires on November 14, 2024.
See https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core

Resolves: No entry
  • Loading branch information
shinji-san committed Nov 17, 2024
1 parent 09b0aa5 commit 3c12c3f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 33 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup .NET 6
uses: actions/[email protected]
with:
dotnet-version: 6.0.425

- name: Setup .NET 8
uses: actions/[email protected]
with:
dotnet-version: 8.0.401
dotnet-version: 8.0.404

- name: .NET Core SxS
run: |
rsync -a ${DOTNET_ROOT/8.0.100/7.0.403/6.0.416}/* $DOTNET_ROOT/
rsync -a ${DOTNET_ROOT/8.0.404/* $DOTNET_ROOT/
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/dotnetall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup .NET 6
uses: actions/[email protected]
with:
dotnet-version: 6.0.425

- name: Setup .NET 8
uses: actions/[email protected]
with:
dotnet-version: 8.0.401
dotnet-version: 8.0.404

- name: Restore
run: dotnet restore SecretSharingDotNet.sln
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup .NET 6
uses: actions/[email protected]
with:
dotnet-version: 6.0.425

- name: Setup .NET 8
uses: actions/[email protected]
with:
dotnet-version: 8.0.401
dotnet-version: 8.0.404

- name: Decrypt large secret
run: ./.github/secrets/decrypt_publisher_snk.sh
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed
- Removed .NET 7 support, because it retires on May 14, 2024. See [.NET and .NET Core Support Policy](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core).
- Removed .NET 6 support, because it retires on November 12, 2024. See [.NET and .NET Core Support Policy](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core).

## [0.11.0] - 2023-12-30
### Added
Expand Down
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ An C# implementation of Shamir's Secret Sharing.
</thead>
<tbody>
<tr>
<td rowspan=9><a href ="https://github.com/shinji-san/SecretSharingDotNet/actions?query=workflow%3A%22SecretSharingDotNet+%28All+supported+TFM%29%22" target="_blank"><img src="https://github.com/shinji-san/SecretSharingDotNet/workflows/SecretSharingDotNet%20(All%20supported%20TFM)/badge.svg" alt="Build status"/></a></td>
<td rowspan=8><a href ="https://github.com/shinji-san/SecretSharingDotNet/actions?query=workflow%3A%22SecretSharingDotNet+%28All+supported+TFM%29%22" target="_blank"><img src="https://github.com/shinji-san/SecretSharingDotNet/workflows/SecretSharingDotNet%20(All%20supported%20TFM)/badge.svg" alt="Build status"/></a></td>
<td rowspan=9><code>SecretSharingDotNet.sln</code></td>
<td rowspan=9>SDK</td>
<td rowspan=8>SDK</td>
<td>Standard 2.0</td>
</tr>
<tr>
Expand All @@ -36,9 +36,6 @@ An C# implementation of Shamir's Secret Sharing.
<tr>
<td>FX 4.8</td>
</tr>
<tr>
<td>.NET 6</td>
</tr>
<tr>
<td>.NET 8</td>
</tr>
Expand All @@ -58,9 +55,9 @@ An C# implementation of Shamir's Secret Sharing.
</thead>
<tbody>
<tr>
<td rowspan=9><a href="https://github.com/shinji-san/SecretSharingDotNet/actions?query=workflow%3A%22SecretSharingDotNet+NuGet%22" target="_blank"><img src="https://github.com/shinji-san/SecretSharingDotNet/workflows/SecretSharingDotNet%20NuGet/badge.svg?branch=v0.11.0" alt="SecretSharingDotNet NuGet"/></a></td>
<td rowspan=9><a href="https://badge.fury.io/nu/SecretSharingDotNet" target="_blank"><img src="https://badge.fury.io/nu/SecretSharingDotNet.svg" alt="NuGet Version 0.11.0"/></a></td>
<td rowspan=9><a href="https://github.com/shinji-san/SecretSharingDotNet/tree/v0.11.0" target="_blank"><img src="https://img.shields.io/badge/SecretSharingDotNet-0.11.0-green.svg?logo=github&logoColor=959da5&color=2ebb4e&labelColor=2b3137" alt="Tag"/></a></td>
<td rowspan=8><a href="https://github.com/shinji-san/SecretSharingDotNet/actions?query=workflow%3A%22SecretSharingDotNet+NuGet%22" target="_blank"><img src="https://github.com/shinji-san/SecretSharingDotNet/workflows/SecretSharingDotNet%20NuGet/badge.svg?branch=v0.11.0" alt="SecretSharingDotNet NuGet"/></a></td>
<td rowspan=8><a href="https://badge.fury.io/nu/SecretSharingDotNet" target="_blank"><img src="https://badge.fury.io/nu/SecretSharingDotNet.svg" alt="NuGet Version 0.11.0"/></a></td>
<td rowspan=8><a href="https://github.com/shinji-san/SecretSharingDotNet/tree/v0.11.0" target="_blank"><img src="https://img.shields.io/badge/SecretSharingDotNet-0.11.0-green.svg?logo=github&logoColor=959da5&color=2ebb4e&labelColor=2b3137" alt="Tag"/></a></td>
<td>Standard 2.0</td>
</tr>
<tr>
Expand All @@ -81,9 +78,6 @@ An C# implementation of Shamir's Secret Sharing.
<tr>
<td>FX 4.8</td>
</tr>
<tr>
<td>.NET 6</td>
</tr>
<tr>
<td>.NET 8</td>
</tr>
Expand Down Expand Up @@ -441,7 +435,7 @@ You can find the Mono installation instructions [here](https://www.mono-project.

The .NET Frameworks 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 and 4.8.1 can be found [here](https://dotnet.microsoft.com/download/dotnet-framework).

The .NET SDKs 6.0, 7.0 and 8.0 can be found [here](https://dotnet.microsoft.com/download/dotnet).
The .NET SDK 8.0 can be found [here](https://dotnet.microsoft.com/download/dotnet).

## Build and test the solution
You can use the `SecretSharingDotNet.sln` solution file with the `dotnet` command to build the [SecretSharingDotNet](#secretsharingdotnet) library in the `Debug` or `Release` configuration. You can also use the `dotnet` command to start the unit tests.
Expand Down
2 changes: 1 addition & 1 deletion src/SecretSharingDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>SecretSharingDotNet</RootNamespace>
<OutputType>Library</OutputType>
<LangVersion>latest</LangVersion>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47;net471;net472;net48;net481;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47;net471;net472;net48;net481;net8.0</TargetFrameworks>
<AssemblyOriginatorKeyFile>SecretSharingDotNet.snk</AssemblyOriginatorKeyFile>
<SignAssembly>True</SignAssembly>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion tests/SecretSharingDotNetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<LangVersion>latest</LangVersion>
<TargetFrameworks>net462;net47;net471;net472;net48;net481;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net462;net47;net471;net472;net48;net481;net8.0</TargetFrameworks>
<AssemblyOriginatorKeyFile>..\src\SecretSharingDotNet.snk</AssemblyOriginatorKeyFile>
<SignAssembly>True</SignAssembly>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 3c12c3f

Please sign in to comment.