Skip to content

Commit e3cbcab

Browse files
committed
Add .NET 6 target
1 parent 60ca82c commit e3cbcab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.402",
3+
"version": "6.0.100",
44
"rollForward": "latestPatch",
55
"allowPrerelease": false
66
}

src/Depends/Depends.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
55
<ToolCommandName>dotnet-depends</ToolCommandName>
66
<PackAsTool>True</PackAsTool>
77
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)