Skip to content

Commit

Permalink
Code Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KishorNaik committed Jan 31, 2020
1 parent 0321230 commit 3e66ab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>EntityFrameworkCore.Query</AssemblyName>
<RootNamespace>EntityFrameworkCore.Query</RootNamespace>
</PropertyGroup>

</Project>
4 changes: 2 additions & 2 deletions Sol_EF_Core/Sol_EF_Core.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e66ab6

Please sign in to comment.