Skip to content

Commit

Permalink
Add .NET 6 target
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorkstromm committed Nov 28, 2021
1 parent 60ca82c commit e3cbcab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.402",
"version": "6.0.100",
"rollForward": "latestPatch",
"allowPrerelease": false
}
Expand Down
2 changes: 1 addition & 1 deletion src/Depends/Depends.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<ToolCommandName>dotnet-depends</ToolCommandName>
<PackAsTool>True</PackAsTool>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit e3cbcab

Please sign in to comment.