Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
apis
Notices
Commits
e7289064
Commit
e7289064
authored
Mar 26, 2021
by
Marcel Nellesen
Browse files
Merge branch 'Sprint/2021-05' into 'master'
Sprint/2021 05 See merge request
!13
parents
7bb12d24
0eca07a3
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.config/dotnet-tools.json
deleted
100644 → 0
View file @
7bb12d24
{
"version"
:
1
,
"isRoot"
:
true
,
"tools"
:
{
"gitversion.tool"
:
{
"version"
:
"5.6.6"
,
"commands"
:
[
"dotnet-gitversion"
]
},
"dotnet-version-cli"
:
{
"version"
:
"2.1.1"
,
"commands"
:
[
"dotnet-version"
]
}
}
}
\ No newline at end of file
.gitignore
View file @
e7289064
...
...
@@ -268,3 +268,7 @@ __pycache__/
tools/*
!tools/packages.config
dist/
# Dotnet Tool Manifest
.config/*
src/Notices/Notices.csproj
View file @
e7289064
...
...
@@ -3,6 +3,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Coscine.Api.Notices</RootNamespace>
<AssemblyName>Coscine.Api.Notices</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net5.0</TargetFramework>
<Version>2.0.1</Version>
</PropertyGroup>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment