-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
09b0aa5
commit 3c12c3f
Showing
7 changed files
with
13 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters