Skip to content

Commit 03b1034

Browse files
committed
Moved commandline tool to .net core 3.0
1 parent 92f2fe4 commit 03b1034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.Tool/Microsoft.OpenApi.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
66
<PackAsTool>true</PackAsTool>
77
<ToolCommandName>openapi</ToolCommandName>
88
<PackageOutputPath>./../../artifacts</PackageOutputPath>

0 commit comments

Comments
 (0)