diff --git a/DotNetCoreSqlDb.csproj b/DotNetCoreSqlDb.csproj index 41df73d..db356fa 100644 --- a/DotNetCoreSqlDb.csproj +++ b/DotNetCoreSqlDb.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 enable enable diff --git a/DotNetCoreSqlDb.sln b/DotNetCoreSqlDb.sln new file mode 100644 index 0000000..520d3c9 --- /dev/null +++ b/DotNetCoreSqlDb.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetCoreSqlDb", "DotNetCoreSqlDb.csproj", "{429F0258-E2BA-42EF-8446-F36D2631F176}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {429F0258-E2BA-42EF-8446-F36D2631F176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {429F0258-E2BA-42EF-8446-F36D2631F176}.Debug|Any CPU.Build.0 = Debug|Any CPU + {429F0258-E2BA-42EF-8446-F36D2631F176}.Release|Any CPU.ActiveCfg = Release|Any CPU + {429F0258-E2BA-42EF-8446-F36D2631F176}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal