Skip to content

Commit

Permalink
Updating to EF 6.3.0 and adding support for .NET Core
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzyk committed Oct 8, 2019
1 parent 37993d2 commit 9ca8a97
Show file tree
Hide file tree
Showing 40 changed files with 3,335 additions and 3,893 deletions.
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

144 changes: 0 additions & 144 deletions .nuget/NuGet.targets

This file was deleted.

28 changes: 12 additions & 16 deletions CodeFirstStoreFunctions.sln
@@ -1,20 +1,13 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFirstStoreFunctions", "CodeFirstStoreFunctions\CodeFirstStoreFunctions.csproj", "{6912CA14-D068-4131-97A5-053530B4F58D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeFirstStoreFunctions", "src\CodeFirstStoreFunctions\CodeFirstStoreFunctions.csproj", "{6912CA14-D068-4131-97A5-053530B4F58D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFirstStoreFunctionsTests", "CodeFirstStoreFunctionsTests\CodeFirstStoreFunctionsTests.csproj", "{D5570D23-4D7B-4508-9941-E4CAC960A12F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeFirstStoreFunctionsTests", "test\CodeFirstStoreFunctionsTests\CodeFirstStoreFunctionsTests.csproj", "{D5570D23-4D7B-4508-9941-E4CAC960A12F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{36005D48-1A86-42C0-AD4B-ED65E9A16257}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFirstFunctionsSamples", "CodeFirstStoreFunctionsSamples\CodeFirstFunctionsSamples.csproj", "{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeFirstStoreFunctionsSamples", "samples\CodeFirstStoreFunctionsSamples\CodeFirstStoreFunctionsSamples.csproj", "{66B0B268-55B9-463D-80C7-AE5990D74346}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -30,12 +23,15 @@ Global
{D5570D23-4D7B-4508-9941-E4CAC960A12F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5570D23-4D7B-4508-9941-E4CAC960A12F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5570D23-4D7B-4508-9941-E4CAC960A12F}.Release|Any CPU.Build.0 = Release|Any CPU
{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}.Release|Any CPU.Build.0 = Release|Any CPU
{66B0B268-55B9-463D-80C7-AE5990D74346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66B0B268-55B9-463D-80C7-AE5990D74346}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66B0B268-55B9-463D-80C7-AE5990D74346}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66B0B268-55B9-463D-80C7-AE5990D74346}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC5F0616-0499-4F08-9829-5A35572BE604}
EndGlobalSection
EndGlobal
129 changes: 0 additions & 129 deletions CodeFirstStoreFunctions/CodeFirstStoreFunctions.csproj

This file was deleted.

0 comments on commit 9ca8a97

Please sign in to comment.