From f20c247b98bf103daf5800d7fc9324fd1916481d Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Thu, 1 Apr 2021 09:28:43 +0200 Subject: [PATCH] Fix project path in slnf --- src/Components/Components.slnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Components.slnf b/src/Components/Components.slnf index 0ed553f60d25..8d592d0fd705 100644 --- a/src/Components/Components.slnf +++ b/src/Components/Components.slnf @@ -34,7 +34,7 @@ "src\\Components\\WebAssembly\\testassets\\Wasm.Authentication.Client\\Wasm.Authentication.Client.csproj", "src\\Components\\WebAssembly\\testassets\\Wasm.Authentication.Shared\\Wasm.Authentication.Shared.csproj", "src\\Components\\WebAssembly\\testassets\\Wasm.Authentication.Server\\Wasm.Authentication.Server.csproj", - "src\\Components\\WebAssembly\\testassets\\WasmLinkerTest.csproj", + "src\\Components\\WebAssembly\\testassets\\WasmLinkerTest\\WasmLinkerTest.csproj", "src\\Components\\Web\\src\\Microsoft.AspNetCore.Components.Web.csproj", "src\\Components\\Web\\test\\Microsoft.AspNetCore.Components.Web.Tests.csproj", "src\\Components\\benchmarkapps\\Wasm.Performance\\Driver\\Wasm.Performance.Driver.csproj",