Skip to content

Commit 124229c

Browse files
committed
some fb
1 parent 28db5db commit 124229c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/SignalR/clients/csharp/Client.SourceGenerator/src/gen/Microsoft.AspNetCore.SignalR.Client.SourceGenerator.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>Source Generator for ASP.NET Core SignalR Client</Description>
@@ -13,13 +13,17 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<Reference Include="Microsoft.AspNetCore.SignalR.Client.SourceGenerator.HubProxyAttributes" ReferenceOutputAssembly="false" />
16+
<Reference Include="Microsoft.AspNetCore.SignalR.Client.SourceGenerator.HubProxyAttributes"
17+
Private="false"
18+
ReferenceOutputAssembly="false"
19+
SkipGetTargetFrameworkProperties="true" />
1720
</ItemGroup>
1821

1922
<ItemGroup>
2023
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
2124
<!-- The source generator includes some attributes to be used by user code to influence the source generated code -->
22-
<None Include="$(OutputPath)\Microsoft.AspNetCore.SignalR.Client.SourceGenerator.HubProxyAttributes.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="false" />
25+
<None Include="$(ArtifactsDir)bin\Microsoft.AspNetCore.SignalR.Client.SourceGenerator.HubProxyAttributes\$(Configuration)\netstandard2.0\Microsoft.AspNetCore.SignalR.Client.SourceGenerator.HubProxyAttributes.dll"
26+
Pack="true" PackagePath="lib/netstandard2.0" Visible="false" />
2327
</ItemGroup>
2428

2529
</Project>

0 commit comments

Comments
 (0)