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
b1bd0c39
Commit
b1bd0c39
authored
Mar 16, 2021
by
Petar Hristov
💬
Browse files
Fix: Swagger Description (coscine/issues#1393)
parent
7bb12d24
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 @
b1bd0c39
...
...
@@ -268,3 +268,7 @@ __pycache__/
tools/*
!tools/packages.config
dist/
# Dotnet Tool Manifest
.config/*
src/Notices/Notices.csproj
View file @
b1bd0c39
...
...
@@ -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