Skip to content

Commit a636235

Browse files
authored
Merge branch 'main' into dotnet
2 parents 7607fa1 + 60704ed commit a636235

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Octokit.GraphQL.Core.Generation/Octokit.GraphQL.Core.Generation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
8-
<PublishAot>true</PublishAot>
8+
<PublishAot>true</PublishAot>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\Octokit.GraphQL.Core\Octokit.GraphQL.Core.csproj" />

src/Octokit.GraphQL.Core/Octokit.GraphQL.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<LangVersion>7.2</LangVersion>
99
</PropertyGroup>
1010
<PropertyGroup>
11-
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
12-
<PublishAot>true</PublishAot>
11+
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
12+
<PublishAot>true</PublishAot>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />

0 commit comments

Comments
 (0)