6
6
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
7
7
<AssemblyTitle >Kiota Http Library for dotnet</AssemblyTitle >
8
8
<Authors >Microsoft</Authors >
9
- <TargetFrameworks >netstandard2.0;netstandard2.1;net5.0</TargetFrameworks >
9
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net5.0;net6.0;net8.0 </TargetFrameworks >
10
10
<LangVersion >latest</LangVersion >
11
11
<PublishRepositoryUrl >true</PublishRepositoryUrl >
12
12
<PackageIconUrl >http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl >
13
13
<RepositoryUrl >https://github.com/microsoft/kiota-http-dotnet</RepositoryUrl >
14
14
<PackageProjectUrl >https://aka.ms/kiota/docs</PackageProjectUrl >
15
15
<EmbedUntrackedSources >true</EmbedUntrackedSources >
16
16
<Deterministic >true</Deterministic >
17
- <VersionPrefix >1.3.6 </VersionPrefix >
17
+ <VersionPrefix >1.3.7 </VersionPrefix >
18
18
<VersionSuffix ></VersionSuffix >
19
19
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
20
20
<!-- Enable this line once we go live to prevent breaking changes -->
34
34
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
35
35
<NoWarn >$(NoWarn);NU5048;NETSDK1138</NoWarn >
36
36
</PropertyGroup >
37
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
37
+ <PropertyGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible( '$(TargetFramework)', 'net5.0')) " >
38
38
<IsTrimmable >true</IsTrimmable >
39
39
</PropertyGroup >
40
+ <PropertyGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)','net8.0'))" >
41
+ <IsAotCompatible >true</IsAotCompatible >
42
+ </PropertyGroup >
40
43
41
44
<ItemGroup >
42
45
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
43
- <PackageReference Include =" Microsoft.Kiota.Abstractions" Version =" 1.7.9 " />
46
+ <PackageReference Include =" Microsoft.Kiota.Abstractions" Version =" 1.7.10 " />
44
47
<PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" [6.0,9.0)" />
45
48
<PackageReference Include =" System.Text.Json" Version =" [6.0,9.0)" />
46
49
<ProjectReference Include =" ..\Kiota.Generated\KiotaGenerated.csproj" OutputItemType =" Analyzer"
61
64
<PackagePath ></PackagePath >
62
65
</None >
63
66
</ItemGroup >
64
- </Project >
67
+ </Project >
0 commit comments