Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Database
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
libraries
Database
Commits
996cf948
Commit
996cf948
authored
4 years ago
by
Marcel Nellesen
Browse files
Options
Downloads
Patches
Plain Diff
Added missing packages
parent
956c2fe8
Branches
Sprint/2021-01
No related tags found
1 merge request
!110
Sprint/2021 01
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Database.Tests/packages.config
+2
-0
2 additions, 0 deletions
src/Database.Tests/packages.config
src/Database/App.config
+9
-0
9 additions, 0 deletions
src/Database/App.config
src/Database/packages.config
+1
-0
1 addition, 0 deletions
src/Database/packages.config
with
12 additions
and
0 deletions
src/Database.Tests/packages.config
+
2
−
0
View file @
996cf948
...
...
@@ -31,6 +31,8 @@
<
package
id
=
"Microsoft.Extensions.Logging.Abstractions"
version
=
"2.0.1"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.Extensions.Options"
version
=
"2.0.1"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.Extensions.Primitives"
version
=
"2.0.0"
targetFramework
=
"net461"
/>
<
package
id
=
"NUnit"
version
=
"3.12.0"
targetFramework
=
"net461"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.17.0"
targetFramework
=
"net461"
/>
<
package
id
=
"SQLitePCLRaw.lib.e_sqlite3"
version
=
"2.0.4"
targetFramework
=
"net461"
/>
<
package
id
=
"System.ComponentModel.Annotations"
version
=
"4.4.1"
targetFramework
=
"net461"
/>
<
package
id
=
"System.Data.SqlClient"
version
=
"4.8.2"
targetFramework
=
"net461"
/>
...
...
This diff is collapsed.
Click to expand it.
src/Database/App.config
+
9
−
0
View file @
996cf948
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
configSections
>
<!--
For
more
information
on
Entity
Framework
configuration
,
visit
http
://
go
.
microsoft
.
com
/
fwlink
/?
LinkID
=
237468
-->
<
section
name
=
"entityFramework"
type
=
"System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
requirePermission
=
"false"
/>
</
configSections
>
<
runtime
>
<
assemblyBinding
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
>
<
dependentAssembly
>
...
...
@@ -24,4 +28,9 @@
</
dependentAssembly
>
</
assemblyBinding
>
</
runtime
>
<
entityFramework
>
<
providers
>
<
provider
invariantName
=
"System.Data.SqlClient"
type
=
"System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"
/>
</
providers
>
</
entityFramework
>
</
configuration
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/Database/packages.config
+
1
−
0
View file @
996cf948
...
...
@@ -2,5 +2,6 @@
<
packages
>
<
package
id
=
"Consul"
version
=
"1.6.1.1"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.6.0"
targetFramework
=
"net461"
/>
<
package
id
=
"EntityFramework"
version
=
"6.4.4"
targetFramework
=
"net461"
/>
<
package
id
=
"SQLitePCLRaw.lib.e_sqlite3"
version
=
"2.0.4"
targetFramework
=
"net461"
/>
</
packages
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment