-
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.
Merge pull request #235 from shinji-san/feature-DotNet9Support
Add .NET 9 Support Resolves: #235
- Loading branch information
Showing
7 changed files
with
31 additions
and
9 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 |
---|---|---|
|
@@ -46,9 +46,14 @@ jobs: | |
with: | ||
dotnet-version: 8.0.404 | ||
|
||
- name: Setup .NET 9 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 9.0.100 | ||
|
||
- name: .NET Core SxS | ||
run: | | ||
rsync -a ${DOTNET_ROOT/8.0.404}/* $DOTNET_ROOT/ | ||
rsync -a ${DOTNET_ROOT/8.0.404/9.0.100}/* $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 |
---|---|---|
|
@@ -23,6 +23,11 @@ jobs: | |
with: | ||
dotnet-version: 8.0.404 | ||
|
||
- name: Setup .NET 9 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 9.0.100 | ||
|
||
- 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 |
---|---|---|
|
@@ -21,6 +21,11 @@ jobs: | |
with: | ||
dotnet-version: 8.0.404 | ||
|
||
- name: Setup .NET 9 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 9.0.100 | ||
|
||
- name: Decrypt large secret | ||
run: ./.github/secrets/decrypt_publisher_snk.sh | ||
env: | ||
|
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