Skip to content

Commit bf7c88a

Browse files
authored
Merge pull request #5 from k7hpn/feature/update-to-dotnet-7
Update to .NET 7
2 parents 98334a3 + ad5ad54 commit bf7c88a

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## [3] - 2022-11-16
8+
9+
### Updated
10+
11+
- Updated to use .NET 7.0
12+
713
## [2] - 2022-07-20
814

915
### Updated
@@ -16,5 +22,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1622

1723
- GitHub Action for using dotnet outdated
1824

25+
[3]: https://github.com/MCLD/dotnet-outdated-action/tree/v3
1926
[2]: https://github.com/MCLD/dotnet-outdated-action/tree/v2
2027
[1]: https://github.com/MCLD/dotnet-outdated-action/tree/v1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:d5afb3b4bae83831a58651dc2b672f17e89792a8d4fef7e2e55b7286236912ac
1+
FROM mcr.microsoft.com/dotnet/sdk:7.0
22

33
RUN dotnet tool install --global dotnet-outdated-tool
44

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
2525
## Version History
2626
27+
- v3: .NET Core 7
2728
- v2: .NET Core 6
2829
- v1: .NET Core 5
2930

0 commit comments

Comments
 (0)