File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:d5afb3b4bae83831a58651dc2b672f17e89792a8d4fef7e2e55b7286236912ac
1+ FROM mcr.microsoft.com/dotnet/sdk:7.0
22
33RUN dotnet tool install --global dotnet-outdated-tool
44
Original file line number Diff line number Diff line change 2424
2525## Version History
2626
27+ - v3: .NET Core 7
2728- v2: .NET Core 6
2829- v1: .NET Core 5
2930
You can’t perform that action at this time.
0 commit comments