Skip to content

Commit

Permalink
Update PipelineGenerator target framework from netcoreapp3.1 to net6.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored Dec 12, 2022
1 parent 20c909b commit c7f236a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<PackAsTool>true</PackAsTool>
<ToolCommandName>pipeline-generator</ToolCommandName>
Expand Down
4 changes: 4 additions & 0 deletions tools/pipeline-generator/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml
parameters:
ToolDirectory: tools/pipeline-generator
# As of 12/10/2022 this is a temporary override until the globally-set
# SDK is set to net6.0. For details, please see:
# https://github.com/Azure/azure-sdk-tools/pull/4916
DotNetCoreVersion: 6.0.403

0 comments on commit c7f236a

Please sign in to comment.