File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
6- <LangVersion >9.0</LangVersion >
6+ <LangVersion >9.0</LangVersion >
77 <PackAsTool >true</PackAsTool >
8+ <PackageProjectUrl >https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl >
9+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
10+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
11+ <Authors >Microsoft</Authors >
12+ <Company >Microsoft</Company >
13+ <Title >Microsoft.OpenApi.Hidi</Title >
14+ <PackageId >Microsoft.OpenApi.Hidi</PackageId >
815 <ToolCommandName >hidi</ToolCommandName >
916 <PackageOutputPath >./../../artifacts</PackageOutputPath >
1017 <Version >0.5.0-preview3</Version >
18+ <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
19+ <PackageTags >OpenAPI .NET</PackageTags >
20+ <RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl >
21+ <PackageReleaseNotes >
22+ - Publish symbols.
23+ </PackageReleaseNotes >
24+ <AssemblyName >Microsoft.OpenApi.Hidi</AssemblyName >
25+ <RootNamespace >Microsoft.OpenApi.Hidi</RootNamespace >
26+ <SignAssembly >true</SignAssembly >
27+ <!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
28+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
1129 </PropertyGroup >
1230
1331 <ItemGroup >
You can’t perform that action at this time.
0 commit comments