-
-
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.
housekeeping: Update Net5 to Net6 (#129)
Co-authored-by: Glenn <[email protected]>
- Loading branch information
1 parent
8855090
commit 1c1cfef
Showing
3 changed files
with
4 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 |
---|---|---|
|
@@ -22,15 +22,10 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- name: Install .NET Core | ||
- name: Install .NET 6 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 3.1.x | ||
|
||
- name: Install .NET 5 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 5.0.x | ||
dotnet-version: 6.0.x | ||
|
||
# - name: Update VS2019 | ||
# shell: powershell | ||
|
2 changes: 1 addition & 1 deletion
2
src/ReactiveMarbles.ObservableEvents.Tests/ReactiveMarbles.ObservableEvents.Tests.csproj
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