Skip to content

Commit 66f2a55

Browse files
authored
BREAKING CHANGE: Update to net5.0 (#60)
* BREAKING CHANGE: Update to net5.0 - migrate the project to .NET 5.0 - fix: #42 - fix: #54 - fix: #56 * chore: update ci * fix: #55 make FormattedLogObject public * chore: address pr feedback
1 parent 084aa88 commit 66f2a55

24 files changed

+515
-3267
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.201
18+
dotnet-version: 5.0.x
1919
- name: Build
2020
run: dotnet build --configuration Release

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.201
18+
dotnet-version: 5.0.x
1919
- name: Build
2020
run: dotnet build --configuration Release
2121
- name: Pack

0 commit comments

Comments
 (0)