Skip to content

Commit

Permalink
Merge pull request #95 from xt0rted/net60
Browse files Browse the repository at this point in the history
Target .net 6
  • Loading branch information
xt0rted committed Nov 9, 2021
2 parents 718bdcb + e6b39d4 commit 6476239
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
dotnet-version: "3.1.x"

- name: Setup .NET Core (5.0.x)
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: "5.0.x"

- name: Setup .NET Core (global.json)
uses: actions/setup-dotnet@v1.8.2

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Target .NET Core 3.1, .NET 5.0, and .NET 6.0

## 1.0.5

- Include `README.md` in the nupkg
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 6476239

Please sign in to comment.