Skip to content

Commit 7e60f93

Browse files
committed
move PackageRequireLicenseAcceptance to props
1 parent 6149e55 commit 7e60f93

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
@@ -4,6 +4,7 @@
44
<Authors>Microsoft</Authors>
55
<Company>Microsoft</Company>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
7+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
78
</PropertyGroup>
89
<ItemGroup>
910
<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-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1312
<ToolCommandName>hidi</ToolCommandName>
1413
<PackageOutputPath>./../../artifacts</PackageOutputPath>
1514
<Version>1.3.0</Version>

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-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
98
<Version>1.6.9</Version>
109
<Description>OpenAPI.NET Readers for JSON and YAML documents</Description>
1110
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>

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-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
98
<Version>1.6.9</Version>
109
<Description>.NET models with JSON and YAML writers for OpenAPI specification</Description>
1110
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)