You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Grpc/JsonTranscoding/src/Microsoft.AspNetCore.Grpc.JsonTranscoding/Microsoft.AspNetCore.Grpc.JsonTranscoding.csproj
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,12 @@
34
34
<Pack>true</Pack>
35
35
<PackagePath>content</PackagePath>
36
36
</None>
37
+
<!-- The build file needs to be in build and buildTransitive. -->
38
+
<!-- buildTransitive is required so the package reference will work when not directly referenced by the web app. -->
39
+
<!-- See https://github.com/dotnet/aspnetcore/issues/52006 for more details. -->
0 commit comments