Skip to content

Commit 38577dd

Browse files
committed
πŸ”€ Merge branch main into dotnet
2 parents 7607fa1 + 60704ed commit 38577dd

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)