Skip to content

Commit

Permalink
Removed wrong solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jan 30, 2024
1 parent f658f13 commit c787c20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 55 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/DbUp/dbup-sqlite/CI/main)](https://github.com/DbUp/dbup-sqlite/actions/workflows/main.yml?query=branch%3Amain)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/DbUp/dbup-sqlite/main.yml?branch=main)](https://github.com/DbUp/dbup-sqlite/actions/workflows/main.yml?query=branch%3Amain)
[![NuGet](https://img.shields.io/nuget/dt/dbup-sqlite.svg)](https://www.nuget.org/packages/dbup-sqlite)
[![NuGet](https://img.shields.io/nuget/v/dbup-sqlite.svg)](https://www.nuget.org/packages/dbup-sqlite)
[![Prerelease](https://img.shields.io/nuget/vpre/dbup-sqlite?color=orange&label=prerelease)](https://www.nuget.org/packages/dbup-sqlite)
Expand Down
6 changes: 6 additions & 0 deletions src/dbup-sqlite.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{77157734-01D
dbup-sqlite.sln.DotSettings = dbup-sqlite.sln.DotSettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{C2FF5A1C-0F77-40CE-9825-9AF61A0636F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -39,6 +41,10 @@ Global
{8CE634FE-6772-408E-9340-909F6218F8F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CE634FE-6772-408E-9340-909F6218F8F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CE634FE-6772-408E-9340-909F6218F8F7}.Release|Any CPU.Build.0 = Release|Any CPU
{C2FF5A1C-0F77-40CE-9825-9AF61A0636F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2FF5A1C-0F77-40CE-9825-9AF61A0636F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2FF5A1C-0F77-40CE-9825-9AF61A0636F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2FF5A1C-0F77-40CE-9825-9AF61A0636F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{62E5FE92-E288-4E09-964D-F92AF0E49131} = {5DA19CA9-8039-46D6-B474-021943582785}
Expand Down
54 changes: 0 additions & 54 deletions src/dbup-sqllite.sln

This file was deleted.

0 comments on commit c787c20

Please sign in to comment.