Skip to content

Commit 4675ed9

Browse files
Merge pull request #2 from Backiaraj/common
Update the project from older version to latest version using .NET 7 framework
2 parents dff825c + dec0114 commit 4675ed9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+891
-792
lines changed

BlazorGRPC.sln

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.8.34511.84
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorGRPC.Server", "Server\BlazorGRPC.Server.csproj", "{6D9E0F69-FE0D-4558-8A19-623DA689AC1E}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorGRPC.Client", "Client\BlazorGRPC.Client.csproj", "{1DB10D36-3717-4BD1-858C-88671E284BD9}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorGRPC.Shared", "Shared\BlazorGRPC.Shared.csproj", "{3EB99ED9-5BA6-4583-95D5-03B70B09C0B4}"
11+
EndProject
12+
Global
13+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
14+
Debug|Any CPU = Debug|Any CPU
15+
Release|Any CPU = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{6D9E0F69-FE0D-4558-8A19-623DA689AC1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{6D9E0F69-FE0D-4558-8A19-623DA689AC1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{6D9E0F69-FE0D-4558-8A19-623DA689AC1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{6D9E0F69-FE0D-4558-8A19-623DA689AC1E}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{1DB10D36-3717-4BD1-858C-88671E284BD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{1DB10D36-3717-4BD1-858C-88671E284BD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{1DB10D36-3717-4BD1-858C-88671E284BD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{1DB10D36-3717-4BD1-858C-88671E284BD9}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{3EB99ED9-5BA6-4583-95D5-03B70B09C0B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{3EB99ED9-5BA6-4583-95D5-03B70B09C0B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{3EB99ED9-5BA6-4583-95D5-03B70B09C0B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{3EB99ED9-5BA6-4583-95D5-03B70B09C0B4}.Release|Any CPU.Build.0 = Release|Any CPU
30+
EndGlobalSection
31+
GlobalSection(SolutionProperties) = preSolution
32+
HideSolutionNode = FALSE
33+
EndGlobalSection
34+
GlobalSection(ExtensibilityGlobals) = postSolution
35+
SolutionGuid = {D7C28C6E-B683-4658-BA36-F9BC8A38773F}
36+
EndGlobalSection
37+
EndGlobal

BlazorGrpc.sln

Lines changed: 0 additions & 37 deletions
This file was deleted.

BlazorGrpc/Client/BlazorGrpc.Client.csproj

Lines changed: 0 additions & 20 deletions
This file was deleted.

BlazorGrpc/Client/Pages/FetchDataGrpc.razor

Lines changed: 0 additions & 47 deletions
This file was deleted.

BlazorGrpc/Client/Pages/Index.razor

Lines changed: 0 additions & 7 deletions
This file was deleted.

BlazorGrpc/Client/Program.cs

Lines changed: 0 additions & 38 deletions
This file was deleted.

BlazorGrpc/Client/Shared/MainLayout.razor

Lines changed: 0 additions & 15 deletions
This file was deleted.

BlazorGrpc/Client/Shared/NavMenu.razor

Lines changed: 0 additions & 42 deletions
This file was deleted.

BlazorGrpc/Client/Shared/SurveyPrompt.razor

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)