Skip to content
Snippets Groups Projects
Commit 23928c1f authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix Version in .csproj

parents 6d9516eb 8b78bd54
Branches Sprint/2021-03
No related tags found
1 merge request!118Sprint/2021 03
......@@ -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
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment