Skip to content

Commit

Permalink
Projenin veritabanını sqlite'dan mssql'e geçirme
Browse files Browse the repository at this point in the history
  • Loading branch information
busraozdemir0 committed Aug 18, 2023
1 parent e86d3fc commit 4e78632
Show file tree
Hide file tree
Showing 103 changed files with 7,364 additions and 1,124 deletions.
451 changes: 451 additions & 0 deletions Presentation/bin/Debug/net6.0/Presentation.deps.json

Large diffs are not rendered by default.

Binary file modified Presentation/bin/Debug/net6.0/Presentation.dll
Binary file not shown.
Binary file modified Presentation/bin/Debug/net6.0/Presentation.pdb
Binary file not shown.
Binary file modified Presentation/bin/Debug/net6.0/Repositories.dll
Binary file not shown.
Binary file modified Presentation/bin/Debug/net6.0/Repositories.pdb
Binary file not shown.
Binary file modified Presentation/bin/Debug/net6.0/Services.dll
Binary file not shown.
Binary file modified Presentation/bin/Debug/net6.0/Services.pdb
Binary file not shown.
Binary file modified Presentation/obj/Debug/net6.0/Presentation.assets.cache
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b9ddaeb54c303825ce937f5858cd5bcb4a0a0ae0
6324077dcd2e2107b165395b5fedbb2624ccda41
Binary file modified Presentation/obj/Debug/net6.0/Presentation.dll
Binary file not shown.
Binary file modified Presentation/obj/Debug/net6.0/Presentation.pdb
Binary file not shown.
26 changes: 15 additions & 11 deletions Presentation/obj/Presentation.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format": 1,
"restore": {
"D:\\Store\\Presentation\\Presentation.csproj": {}
"d:\\Store\\Presentation\\Presentation.csproj": {}
},
"projects": {
"D:\\Store\\Entities\\Entities.csproj": {
Expand Down Expand Up @@ -65,14 +65,14 @@
}
}
},
"D:\\Store\\Presentation\\Presentation.csproj": {
"d:\\Store\\Presentation\\Presentation.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Store\\Presentation\\Presentation.csproj",
"projectUniqueName": "d:\\Store\\Presentation\\Presentation.csproj",
"projectName": "Presentation",
"projectPath": "D:\\Store\\Presentation\\Presentation.csproj",
"projectPath": "d:\\Store\\Presentation\\Presentation.csproj",
"packagesPath": "C:\\Users\\pc\\.nuget\\packages\\",
"outputPath": "D:\\Store\\Presentation\\obj\\",
"outputPath": "d:\\Store\\Presentation\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\pc\\AppData\\Roaming\\NuGet\\NuGet.Config",
Expand All @@ -89,8 +89,8 @@
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {
"D:\\Store\\Services\\Services.csproj": {
"projectPath": "D:\\Store\\Services\\Services.csproj"
"d:\\Store\\Services\\Services.csproj": {
"projectPath": "d:\\Store\\Services\\Services.csproj"
}
}
}
Expand Down Expand Up @@ -174,6 +174,10 @@
"target": "Package",
"version": "[6.0.0, )"
},
"Microsoft.EntityFrameworkCore.SqlServer": {
"target": "Package",
"version": "[6.0.0, )"
},
"Microsoft.EntityFrameworkCore.Sqlite": {
"target": "Package",
"version": "[6.0.0, )"
Expand All @@ -199,14 +203,14 @@
}
}
},
"D:\\Store\\Services\\Services.csproj": {
"d:\\Store\\Services\\Services.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Store\\Services\\Services.csproj",
"projectUniqueName": "d:\\Store\\Services\\Services.csproj",
"projectName": "Services",
"projectPath": "D:\\Store\\Services\\Services.csproj",
"projectPath": "d:\\Store\\Services\\Services.csproj",
"packagesPath": "C:\\Users\\pc\\.nuget\\packages\\",
"outputPath": "D:\\Store\\Services\\obj\\",
"outputPath": "d:\\Store\\Services\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\pc\\AppData\\Roaming\\NuGet\\NuGet.Config",
Expand Down
Loading

0 comments on commit 4e78632

Please sign in to comment.