Skip to content
Prev Previous commit
Next Next commit
Moved commandline tool to .net core 3.0
  • Loading branch information
darrelmiller committed Mar 6, 2020
commit 03b103496c4d18532df5db6c4617bcd3d2f75429
2 changes: 1 addition & 1 deletion src/Microsoft.OpenApi.Tool/Microsoft.OpenApi.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PackAsTool>true</PackAsTool>
<ToolCommandName>openapi</ToolCommandName>
<PackageOutputPath>./../../artifacts</PackageOutputPath>
Expand Down