From 3e66ab668700726f09529399047e86d0e92fca51 Mon Sep 17 00:00:00 2001 From: KishorNaik Date: Fri, 31 Jan 2020 11:52:46 +0530 Subject: [PATCH] Code Commit --- ...ramework.Query.csproj => EntityFrameworkCore.Query.csproj} | 2 ++ Sol_EF_Core/Sol_EF_Core.sln | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename Sol_EF_Core/EntityFramework.Query/{EntityFramework.Query.csproj => EntityFrameworkCore.Query.csproj} (53%) diff --git a/Sol_EF_Core/EntityFramework.Query/EntityFramework.Query.csproj b/Sol_EF_Core/EntityFramework.Query/EntityFrameworkCore.Query.csproj similarity index 53% rename from Sol_EF_Core/EntityFramework.Query/EntityFramework.Query.csproj rename to Sol_EF_Core/EntityFramework.Query/EntityFrameworkCore.Query.csproj index 9f5c4f4..b2735f6 100644 --- a/Sol_EF_Core/EntityFramework.Query/EntityFramework.Query.csproj +++ b/Sol_EF_Core/EntityFramework.Query/EntityFrameworkCore.Query.csproj @@ -2,6 +2,8 @@ netstandard2.0 + EntityFrameworkCore.Query + EntityFrameworkCore.Query diff --git a/Sol_EF_Core/Sol_EF_Core.sln b/Sol_EF_Core/Sol_EF_Core.sln index 2ff777e..710030a 100644 --- a/Sol_EF_Core/Sol_EF_Core.sln +++ b/Sol_EF_Core/Sol_EF_Core.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29709.97 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFramework.Query", "EntityFramework.Query\EntityFramework.Query.csproj", "{6B7A9F43-381F-43C4-8F2B-75C35B23DFEF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityFrameworkCore.Query", "EntityFramework.Query\EntityFrameworkCore.Query.csproj", "{6B7A9F43-381F-43C4-8F2B-75C35B23DFEF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sol_Test", "Sol_Test\Sol_Test.csproj", "{31A8F213-6966-47A3-9FBA-6C862B3505B8}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sol_Test", "Sol_Test\Sol_Test.csproj", "{31A8F213-6966-47A3-9FBA-6C862B3505B8}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution