Skip to content

Commit 6a8e50d

Browse files
committed
Remove current implementation of SponsorLink for now
Now that SponsorLink is OSS and based on received feedback it will change in many ways moving forward, we'll for now remove the current implementation from the package to address the issues that were raised. See https://github.com/devlooped/SponsorLink
1 parent 0c88222 commit 6a8e50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebSocketeer/WebSocketeer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<PackageReference Include="Google.Protobuf" Version="3.22.1" />
1515
<PackageReference Include="Grpc.AspNetCore" Version="2.52.0" Pack="false" />
1616
<PackageReference Include="RxFree" Version="1.1.2" PrivateAssets="all" />
17-
<PackageReference Include="WebSocketChannel" Version="1.0.1" />
17+
<PackageReference Include="WebSocketChannel" Version="1.1.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" OutputItemType="None" />
21+
<!--<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" OutputItemType="None" />-->
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)