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
23928c1f
Commit
23928c1f
authored
4 years ago
by
Petar Hristov
Browse files
Options
Downloads
Plain Diff
Fix Version in .csproj
parents
6d9516eb
8b78bd54
Branches
Sprint/2021-03
No related tags found
1 merge request
!118
Sprint/2021 03
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
src/Database/Database.csproj
+1
-1
1 addition, 1 deletion
src/Database/Database.csproj
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
23928c1f
...
...
@@ -19,7 +19,7 @@ migrate:
stage
:
migrate
extends
:
.dotnet-windows-base
script
:
-
dotnet tool install dotnet-ef;
1
-
dotnet tool install dotnet-ef;
echo "1"
-
dotnet tool update dotnet-ef
# Create new database and migrate to latest state
-
dotnet build src\Database.Actions
...
...
This diff is collapsed.
Click to expand it.
src/Database/Database.csproj
+
1
−
1
View file @
23928c1f
...
...
@@ -4,7 +4,7 @@
<RootNamespace>Coscine.Database</RootNamespace>
<AssemblyName>Coscine.Database</AssemblyName>
<TargetFrameworks>net5.0;net461</TargetFrameworks>
<Version>
2.0
.0</Version>
<Version>
1.28
.0</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
...
...
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