Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PipelineGenerator target framework from netcoreapp3.1 to net6.0 #4915

Merged
merged 5 commits into from
Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
konrad-jamrozik marked this conversation as resolved.
Show resolved Hide resolved
konrad-jamrozik marked this conversation as resolved.
Show resolved Hide resolved