Skip to content

Commit 0fe816e

Browse files
authored
Merge pull request #657 from dotnet/retarget31
Retarget the nbgv tool against netcoreapp3.1 now that netcoreapp2.1 is out of service
2 parents 7859a3f + c6e1c42 commit 0fe816e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ resources:
1818
image: mcr.microsoft.com/dotnet/core/sdk:3.1-bionic
1919
- container: focal
2020
image: mcr.microsoft.com/dotnet/core/sdk:3.1-focal
21-
- container: disco-3.0
22-
image: mcr.microsoft.com/dotnet/core/sdk:3.0-disco
2321
- container: archlinux
2422
image: andrewarnott/archlinux
2523

@@ -274,8 +272,6 @@ stages:
274272
containerImage: bionic
275273
Ubuntu_Focal:
276274
containerImage: focal
277-
Ubuntu_Disco_3_0:
278-
containerImage: disco-3.0
279275
# Arch_Linux:
280276
# containerImage: archlinux
281277
# configureContainerCommand: 'sudo pacman -Sy --noconfirm git dotnet-sdk openssl-1.0'

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)