Skip to content

Commit 81c94c8

Browse files
committed
Retarget the nbgv tool against netcoreapp3.1 now that netcoreapp2.1 is out of service
1 parent dd4dff9 commit 81c94c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbgv/nbgv.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ToolCommandName>nbgv</ToolCommandName>
55
<PackAsTool>True</PackAsTool>
66
<OutputType>Exe</OutputType>
7-
<TargetFramework>netcoreapp2.1</TargetFramework>
7+
<TargetFramework>netcoreapp3.1</TargetFramework>
88
<RootNamespace>Nerdbank.GitVersioning.Tool</RootNamespace>
99
<Description>A .NET Core Tool that can install, read and set version information based on git history, using Nerdbank.GitVersioning.</Description>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)