Rename projects
diff --git a/Apache.Geode.Session.IntegrationTests/Apache.Geode.Session.IntegrationTests.csproj b/Apache.Geode.Session.IntegrationTests/Apache.Geode.DotNetCore.Session.IntegrationTests.csproj
similarity index 74%
rename from Apache.Geode.Session.IntegrationTests/Apache.Geode.Session.IntegrationTests.csproj
rename to Apache.Geode.Session.IntegrationTests/Apache.Geode.DotNetCore.Session.IntegrationTests.csproj
index 22f5ad2..26d94bd 100644
--- a/Apache.Geode.Session.IntegrationTests/Apache.Geode.Session.IntegrationTests.csproj
+++ b/Apache.Geode.Session.IntegrationTests/Apache.Geode.DotNetCore.Session.IntegrationTests.csproj
@@ -14,8 +14,8 @@
   </ItemGroup>
 
   <ItemGroup>
-    <ProjectReference Include="..\GemFireCache\Apache.Geode.Session.csproj" />
-    <ProjectReference Include="..\GemfireDotNet\GemfireDotNet.csproj" />
+    <ProjectReference Include="..\GemFireCache\Apache.Geode.DotNetCore.Session.csproj" />
+    <ProjectReference Include="..\GemfireDotNet\Apache.Geode.DotNetCore.csproj" />
   </ItemGroup>
 
 </Project>
diff --git a/Apache.Geode.Session.Tests/Apache.Geode.Session.Tests.csproj b/Apache.Geode.Session.Tests/Apache.Geode.DotNetCore.Session.Tests.csproj
similarity index 76%
rename from Apache.Geode.Session.Tests/Apache.Geode.Session.Tests.csproj
rename to Apache.Geode.Session.Tests/Apache.Geode.DotNetCore.Session.Tests.csproj
index 88005de..0f23d81 100644
--- a/Apache.Geode.Session.Tests/Apache.Geode.Session.Tests.csproj
+++ b/Apache.Geode.Session.Tests/Apache.Geode.DotNetCore.Session.Tests.csproj
@@ -15,8 +15,8 @@
   </ItemGroup>
 
   <ItemGroup>
-    <ProjectReference Include="..\GemFireCache\Apache.Geode.Session.csproj" />
-    <ProjectReference Include="..\GemfireDotNet\GemfireDotNet.csproj" />
+    <ProjectReference Include="..\GemFireCache\Apache.Geode.DotNetCore.Session.csproj" />
+    <ProjectReference Include="..\GemfireDotNet\Apache.Geode.DotNetCore.csproj" />
   </ItemGroup>
 
 </Project>
diff --git a/GemFireCache/Apache.Geode.Session.csproj b/GemFireCache/Apache.Geode.DotNetCore.Session.csproj
similarity index 81%
rename from GemFireCache/Apache.Geode.Session.csproj
rename to GemFireCache/Apache.Geode.DotNetCore.Session.csproj
index 3546193..7143080 100644
--- a/GemFireCache/Apache.Geode.Session.csproj
+++ b/GemFireCache/Apache.Geode.DotNetCore.Session.csproj
@@ -8,9 +8,9 @@
     <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="3.1.3" />
     <PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.3" />
   </ItemGroup>
-  
+
   <ItemGroup>
-    <ProjectReference Include="..\GemfireDotNet\GemfireDotNet.csproj" />
+    <ProjectReference Include="..\GemfireDotNet\Apache.Geode.DotNetCore.csproj" />
   </ItemGroup>
 
 </Project>
diff --git a/GemFireCache/GemFireCache.cs b/GemFireCache/DotNetCoreSessionState.cs
similarity index 100%
rename from GemFireCache/GemFireCache.cs
rename to GemFireCache/DotNetCoreSessionState.cs
diff --git a/GemfireDotNet/GemfireDotNet.csproj b/GemfireDotNet/Apache.Geode.DotNetCore.csproj
similarity index 100%
rename from GemfireDotNet/GemfireDotNet.csproj
rename to GemfireDotNet/Apache.Geode.DotNetCore.csproj
diff --git a/GemfireDotNetTest/GemfireDotNetTest.csproj b/GemfireDotNetTest/Apache.Geode.DotNetCore.Test.csproj
similarity index 88%
rename from GemfireDotNetTest/GemfireDotNetTest.csproj
rename to GemfireDotNetTest/Apache.Geode.DotNetCore.Test.csproj
index 4c338c4..a819c1b 100644
--- a/GemfireDotNetTest/GemfireDotNetTest.csproj
+++ b/GemfireDotNetTest/Apache.Geode.DotNetCore.Test.csproj
@@ -16,7 +16,7 @@
     </ItemGroup>
 
     <ItemGroup>
-      <ProjectReference Include="..\GemfireDotNet\GemfireDotNet.csproj" />
+      <ProjectReference Include="..\GemfireDotNet\Apache.Geode.DotNetCore.csproj" />
     </ItemGroup>
 
 </Project>
diff --git a/gemfire-dotnet-core.sln b/geode-dotnet-core.sln
similarity index 88%
rename from gemfire-dotnet-core.sln
rename to geode-dotnet-core.sln
index 04fe337..d685a84 100644
--- a/gemfire-dotnet-core.sln
+++ b/geode-dotnet-core.sln
@@ -3,19 +3,19 @@
 # Visual Studio Version 16
 VisualStudioVersion = 16.0.30001.183
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GemfireDotNet", "GemfireDotNet\GemfireDotNet.csproj", "{09ABBCE7-B217-43F1-A51B-CC5BDCD8EE98}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.DotNetCore", "GemfireDotNet\Apache.Geode.DotNetCore.csproj", "{09ABBCE7-B217-43F1-A51B-CC5BDCD8EE98}"
 EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GemfireDotNetTest", "GemfireDotNetTest\GemfireDotNetTest.csproj", "{501DEA7E-8985-42A8-8BC9-C073E1B6DFE0}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.DotNetCore.Test", "GemfireDotNetTest\Apache.Geode.DotNetCore.Test.csproj", "{501DEA7E-8985-42A8-8BC9-C073E1B6DFE0}"
 EndProject
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asp.Net Core Sample", "GemFireSessionState\Asp.Net Core Sample.csproj", "{1C7AE3E3-5022-47EE-8CFD-E75A0E2FC111}"
 EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.Session", "GemFireCache\Apache.Geode.Session.csproj", "{CC1FEC64-9AD6-4A69-ADF2-038CF67A8590}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.DotNetCore.Session", "GemFireCache\Apache.Geode.DotNetCore.Session.csproj", "{CC1FEC64-9AD6-4A69-ADF2-038CF67A8590}"
 EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SessionState", "SessionState", "{38D87C7D-D5FE-43B8-80CC-1CE70167FB69}"
 EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.Session.Tests", "Apache.Geode.Session.Tests\Apache.Geode.Session.Tests.csproj", "{C107D019-3B4F-403D-9040-ECB6E86C44E9}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.DotNetCore.Session.Tests", "Apache.Geode.Session.Tests\Apache.Geode.DotNetCore.Session.Tests.csproj", "{C107D019-3B4F-403D-9040-ECB6E86C44E9}"
 EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.Session.IntegrationTests", "Apache.Geode.Session.IntegrationTests\Apache.Geode.Session.IntegrationTests.csproj", "{742B4109-544E-492E-86AC-DC1E0FCCA596}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.DotNetCore.Session.IntegrationTests", "Apache.Geode.Session.IntegrationTests\Apache.Geode.DotNetCore.Session.IntegrationTests.csproj", "{742B4109-544E-492E-86AC-DC1E0FCCA596}"
 EndProject
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SessionSample", "SessionSample\SessionSample.csproj", "{6D0D1D93-917E-48EE-977C-16F65DB982BE}"
 EndProject