|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <OutputType>Exe</OutputType> |
4 | | - <LangVersion>Latest</LangVersion> |
5 | | - <TargetFrameworks>net8.0;net9.0;</TargetFrameworks> |
6 | | - <PackAsTool>true</PackAsTool> |
7 | | - <PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl> |
8 | | - <PackageProjectUrl>https://github.com/microsoft/kiota</PackageProjectUrl> |
9 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
10 | | - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
11 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
12 | | - <ToolCommandName>kiota</ToolCommandName> |
13 | | - <Authors>Microsoft</Authors> |
14 | | - <Company>Microsoft</Company> |
15 | | - <Title>Microsoft.OpenApi.Kiota</Title> |
16 | | - <PackageId>Microsoft.OpenApi.Kiota</PackageId> |
17 | | - <PackageOutputPath>./nupkg</PackageOutputPath> |
18 | | - <VersionPrefix>1.27.0</VersionPrefix> |
19 | | - <VersionSuffix>$(VersionSuffix)</VersionSuffix> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <PropertyGroup> |
| 3 | + <OutputType>Exe</OutputType> |
| 4 | + <LangVersion>Latest</LangVersion> |
| 5 | + <TargetFrameworks>net8.0;net9.0;</TargetFrameworks> |
| 6 | + <PackAsTool>true</PackAsTool> |
| 7 | + <PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl> |
| 8 | + <PackageProjectUrl>https://github.com/microsoft/kiota</PackageProjectUrl> |
| 9 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 10 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 11 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 12 | + <ToolCommandName>kiota</ToolCommandName> |
| 13 | + <Authors>Microsoft</Authors> |
| 14 | + <Company>Microsoft</Company> |
| 15 | + <Title>Microsoft.OpenApi.Kiota</Title> |
| 16 | + <PackageId>Microsoft.OpenApi.Kiota</PackageId> |
| 17 | + <PackageOutputPath>./nupkg</PackageOutputPath> |
| 18 | + <VersionPrefix>1.26.1</VersionPrefix> |
| 19 | + <VersionSuffix>$(VersionSuffix)</VersionSuffix> |
20 | 20 | <PackageReleaseNotes> |
21 | 21 | https://github.com/microsoft/kiota/releases |
22 | | - </PackageReleaseNotes> |
23 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
24 | | - <RepositoryUrl>https://github.com/microsoft/kiota</RepositoryUrl> |
25 | | - <Description>OpenAPI based client generator.</Description> |
26 | | - <Copyright>© Microsoft Corporation. All rights reserved.</Copyright> |
27 | | - <PackageTags>OpenAPI .NET CSharp TypeScript Java Go PHP Python REST API</PackageTags> |
28 | | - <SignAssembly>true</SignAssembly> |
29 | | - <AssemblyOriginatorKeyFile>..\Microsoft.OpenApi.snk</AssemblyOriginatorKeyFile> |
30 | | - <Nullable>enable</Nullable> |
31 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
32 | | - <ImplicitUsings>enable</ImplicitUsings> |
33 | | - </PropertyGroup> |
34 | | - <PropertyGroup> |
35 | | - <!-- the source generators emit warnings --> |
36 | | - <NoWarn>$(NoWarn);CS8785;NU5048;NU5104</NoWarn> |
37 | | - </PropertyGroup> |
38 | | - <ItemGroup> |
39 | | - <ProjectReference Include="..\Kiota.Builder\Kiota.Builder.csproj" /> |
40 | | - </ItemGroup> |
41 | | - <PropertyGroup> |
42 | | - <EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator> |
43 | | - </PropertyGroup> |
44 | | - <ItemGroup> |
45 | | - <PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.4.0-beta.3" /> |
46 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.4" /> |
47 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.4" /> |
48 | | - <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.4" /> |
49 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.4" /> |
50 | | - <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" /> |
51 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" /> |
52 | | - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.4" /> |
53 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.4" /> |
54 | | - <PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.61"> |
55 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
56 | | - <PrivateAssets>all</PrivateAssets> |
57 | | - </PackageReference> |
58 | | - <PackageReference Include="OpenTelemetry" Version="1.12.0" /> |
59 | | - <PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.12.0" /> |
60 | | - <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.12.0" /> |
61 | | - <PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.12.0" /> |
62 | | - <PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.12.0" /> |
63 | | - <PackageReference Include="StreamJsonRpc" Version="2.21.69" /> |
64 | | - <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> |
65 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
66 | | - <PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" /> |
67 | | - <PackageReference Include="System.CommandLine.Rendering" Version="0.4.0-alpha.22272.1" /> |
68 | | - <ProjectReference Include="..\Kiota.Generated\KiotaGenerated.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> |
69 | | - </ItemGroup> |
70 | | - <ItemGroup> |
71 | | - <None Include="../../README.md" Pack="true" PackagePath="" /> |
72 | | - </ItemGroup> |
73 | | - <ItemGroup> |
74 | | - <Content Include="appsettings.json"> |
75 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
76 | | - </Content> |
77 | | - </ItemGroup> |
78 | | -</Project> |
| 22 | + </PackageReleaseNotes> |
| 23 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 24 | + <RepositoryUrl>https://github.com/microsoft/kiota</RepositoryUrl> |
| 25 | + <Description>OpenAPI based client generator.</Description> |
| 26 | + <Copyright>© Microsoft Corporation. All rights reserved.</Copyright> |
| 27 | + <PackageTags>OpenAPI .NET CSharp TypeScript Java Go PHP Python REST API</PackageTags> |
| 28 | + <SignAssembly>true</SignAssembly> |
| 29 | + <AssemblyOriginatorKeyFile>..\Microsoft.OpenApi.snk</AssemblyOriginatorKeyFile> |
| 30 | + <Nullable>enable</Nullable> |
| 31 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 32 | + <ImplicitUsings>enable</ImplicitUsings> |
| 33 | + </PropertyGroup> |
| 34 | + <PropertyGroup> |
| 35 | + <!-- the source generators emit warnings --> |
| 36 | + <NoWarn>$(NoWarn);CS8785;NU5048;NU5104</NoWarn> |
| 37 | + </PropertyGroup> |
| 38 | + <ItemGroup> |
| 39 | + <ProjectReference Include="..\Kiota.Builder\Kiota.Builder.csproj" /> |
| 40 | + </ItemGroup> |
| 41 | + <PropertyGroup> |
| 42 | + <EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator> |
| 43 | + </PropertyGroup> |
| 44 | + <ItemGroup> |
| 45 | + <PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.4.0-beta.3" /> |
| 46 | + <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.4" /> |
| 47 | + <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.4" /> |
| 48 | + <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.4" /> |
| 49 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.4" /> |
| 50 | + <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" /> |
| 51 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" /> |
| 52 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.4" /> |
| 53 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.4" /> |
| 54 | + <PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.61"> |
| 55 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 56 | + <PrivateAssets>all</PrivateAssets> |
| 57 | + </PackageReference> |
| 58 | + <PackageReference Include="OpenTelemetry" Version="1.12.0" /> |
| 59 | + <PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.12.0" /> |
| 60 | + <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.12.0" /> |
| 61 | + <PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.12.0" /> |
| 62 | + <PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.12.0" /> |
| 63 | + <PackageReference Include="StreamJsonRpc" Version="2.21.69" /> |
| 64 | + <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> |
| 65 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
| 66 | + <PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" /> |
| 67 | + <PackageReference Include="System.CommandLine.Rendering" Version="0.4.0-alpha.22272.1" /> |
| 68 | + <ProjectReference Include="..\Kiota.Generated\KiotaGenerated.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> |
| 69 | + </ItemGroup> |
| 70 | + <ItemGroup> |
| 71 | + <None Include="../../README.md" Pack="true" PackagePath="" /> |
| 72 | + </ItemGroup> |
| 73 | + <ItemGroup> |
| 74 | + <Content Include="appsettings.json"> |
| 75 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 76 | + </Content> |
| 77 | + </ItemGroup> |
| 78 | +</Project> |
0 commit comments