Skip to content

Commit

Permalink
Remove Quic channel from the solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Dec 12, 2024
1 parent 89f9314 commit af5fabc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CoreRemoting.Tests/CoreRemoting.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn),NU1701,NU1903</NoWarn>
Expand All @@ -11,7 +11,7 @@
<!-- WatsonTcp is the default channel, WebSocketSharp is optional, Quic is .net9 only -->
<ItemGroup>
<Compile Remove="DisposableTests.Async.cs" />
<!--Compile Remove="RpcTests_Quic.cs" /-->
<Compile Remove="RpcTests_Quic.cs" />
<Compile Remove="RpcTests_WatsonTcp.cs" />
<Compile Remove="RpcTests_WebsocketSharp.cs" />
<Compile Remove="RpcTests_WsClientWsharpServer.cs" />
Expand All @@ -34,9 +34,9 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<!--ItemGroup>
<ProjectReference Include="..\CoreRemoting.Channels.Quic\CoreRemoting.Channels.Quic.csproj" />
</ItemGroup>
</ItemGroup-->

<ItemGroup>
<ProjectReference Include="..\CoreRemoting.Channels.WebsocketSharp\CoreRemoting.Channels.WebsocketSharp.csproj" />
Expand Down
6 changes: 0 additions & 6 deletions CoreRemoting.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreRemoting.Tests.External
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreRemoting.Channels.WebsocketSharp", "CoreRemoting.Channels.WebsocketSharp\CoreRemoting.Channels.WebsocketSharp.csproj", "{A2440A47-F1F2-4556-958B-5CA19BF17A59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreRemoting.Channels.Quic", "CoreRemoting.Channels.Quic\CoreRemoting.Channels.Quic.csproj", "{6CC666E2-A400-4409-A9CA-3583BE832A2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -80,10 +78,6 @@ Global
{A2440A47-F1F2-4556-958B-5CA19BF17A59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2440A47-F1F2-4556-958B-5CA19BF17A59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2440A47-F1F2-4556-958B-5CA19BF17A59}.Release|Any CPU.Build.0 = Release|Any CPU
{6CC666E2-A400-4409-A9CA-3583BE832A2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CC666E2-A400-4409-A9CA-3583BE832A2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CC666E2-A400-4409-A9CA-3583BE832A2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CC666E2-A400-4409-A9CA-3583BE832A2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit af5fabc

Please sign in to comment.