diff --git a/CoreRemoting.Tests/CoreRemoting.Tests.csproj b/CoreRemoting.Tests/CoreRemoting.Tests.csproj index 5e1c6fa..b905dc7 100644 --- a/CoreRemoting.Tests/CoreRemoting.Tests.csproj +++ b/CoreRemoting.Tests/CoreRemoting.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net8.0 true false $(NoWarn),NU1701,NU1903 @@ -11,7 +11,7 @@ - + @@ -34,9 +34,9 @@ - + diff --git a/CoreRemoting.sln b/CoreRemoting.sln index 481fd00..6ad4702 100644 --- a/CoreRemoting.sln +++ b/CoreRemoting.sln @@ -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 @@ -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