Skip to content

Commit 7976154

Browse files
authored
Merge pull request #1 from MCLD/update-to-net6
Update to .NET 6
2 parents 78040e8 + a408a85 commit 7976154

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6+
7+
## [2] - 2022-07-20
8+
9+
### Updated
10+
11+
- Updated to use .NET 6.0
12+
13+
## [1] - 2020-12-03
14+
15+
### Added
16+
17+
- GitHub Action for using dotnet outdated
18+
19+
[2]: https://github.com/MCLD/dotnet-outdated-action/tree/v2
20+
[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:5.0
1+
FROM mcr.microsoft.com/dotnet/sdk:6.0
22

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

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22-
- uses: mcld/dotnet-outdated-action@v1
22+
- uses: mcld/dotnet-outdated-action@v2
2323
```
2424
25+
## Version History
26+
27+
- v2: .NET Core 6
28+
- v1: .NET Core 5
29+
2530
## License
2631
2732
The content of the dotnet-outdated-action repository is distributed under [The MIT License](http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)