Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Grpc.AspNetCore #32500

Merged
merged 7 commits into from
Dec 5, 2023
Merged

Update Grpc.AspNetCore #32500

merged 7 commits into from
Dec 5, 2023

Conversation

ajcvickers
Copy link
Member

Needed for Windows ARM64.

Needed for Windows ARM64.
@ajcvickers ajcvickers requested a review from a team December 3, 2023 18:09
@ajcvickers ajcvickers requested a review from a team as a code owner December 3, 2023 19:17
@@ -10,6 +10,7 @@
<IncludeSymbols>true</IncludeSymbols>
<ImplicitUsings>true</ImplicitUsings>
<NoWarn>$(NoWarn);8981</NoWarn>
<TargetOsName Condition=" '$(TargetOsName)' == '' AND $([MSBuild]::IsOSPlatform('OSX'))">osx</TargetOsName>
</PropertyGroup>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You also need something like this:

<DefineConstants>$(DefineConstants);$(TargetOsName)</DefineConstants>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think I figured it out now. I am weak with the MSBuild.

…tion.Tests.csproj

Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com>
@ajcvickers ajcvickers removed the blocked label Dec 5, 2023
@ajcvickers ajcvickers merged commit e84696d into main Dec 5, 2023
7 checks passed
@ajcvickers ajcvickers deleted the 231203_OneOrMoreArms branch December 5, 2023 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants