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
Project
Commits
d34bd1ae
Commit
d34bd1ae
authored
Mar 16, 2021
by
Petar Hristov
💬
Browse files
Fix: Swagger Description (coscine/issues#1393)
parent
dbff199b
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.config/dotnet-tools.json
deleted
100644 → 0
View file @
dbff199b
{
"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 @
d34bd1ae
...
...
@@ -271,3 +271,7 @@ dist/
#linq2db
src/.tools/
# Dotnet Tool Manifest
.config/*
src/Project/Project.csproj
View file @
d34bd1ae
...
...
@@ -3,6 +3,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Coscine.Api.Project</RootNamespace>
<AssemblyName>Coscine.Api.Project</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