Skip to content

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Aug 5, 2025

No description provided.

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Consider using a variable for these so future updates don't change 100+ files
See https://github.com/dotnet/aspnetcore/blob/main/src/Antiforgery/src/Microsoft.AspNetCore.Antiforgery.csproj#L5

Copy link
Member Author

Choose a reason for hiding this comment

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

The reason it isn't configured with a variable is people like to copy the example apps, so I've made them as self contained as possible.

@JamesNK JamesNK merged commit 4ee90d8 into grpc:master Aug 6, 2025
5 checks passed
@JamesNK JamesNK deleted the jamesnk/net10 branch August 6, 2025 01:06
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.

2 participants