Skip to content

Commit 6149e55

Browse files
committed
move license to props
1 parent 6356fc2 commit 6149e55

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
44
<Authors>Microsoft</Authors>
55
<Company>Microsoft</Company>
6+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
67
</PropertyGroup>
78
<ItemGroup>
89
<PackageReference

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<Nullable>enable</Nullable>
1010
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
1111
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
12-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1312
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1413
<ToolCommandName>hidi</ToolCommandName>
1514
<PackageOutputPath>./../../artifacts</PackageOutputPath>

src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
77
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
8-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
98
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
109
<Version>1.6.9</Version>
1110
<Description>OpenAPI.NET Readers for JSON and YAML documents</Description>

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
77
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
8-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
98
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
109
<Version>1.6.9</Version>
1110
<Description>.NET models with JSON and YAML writers for OpenAPI specification</Description>

0 commit comments

Comments
 (0)