Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 43a1501

Browse files
authored
Fix CI build issues. (#63)
* make program class public * update SDKs * remove experimental command line * test: pin to 3.1.2 SDK * need the full version number
1 parent e20622e commit 43a1501

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Beginners/myapp/myapp.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.3.0-alpha.19317.1" />
10-
<PackageReference Include="System.CommandLine.Experimental" Version="0.3.0-alpha.19317.1" />
9+
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.3.0-alpha.20253.1" />
1110
</ItemGroup>
1211

1312
</Project>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
displayName: 'Use .NET Core sdk'
1717
inputs:
1818
packageType: sdk
19-
version: 3.1.x
19+
version: 3.1.200
2020
installationPath: $(Agent.ToolsDirectory)/dotnet
2121
- task: UseDotNet@2
2222
displayName: 'Use .NET Core sdk'

0 commit comments

Comments
 (0)