Skip to content
Snippets Groups Projects
Commit fa5dc85e authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Merge branch 'Hotfix/1370-swaggerDescription' into 'Sprint/2021-05'

Fix: Swagger Description (coscine/issues#1393)

See merge request !23
parents a0dac751 3bd106a1
No related branches found
No related tags found
2 merge requests!23Fix: Swagger Description (coscine/issues#1393),!22Sprint/2021 05
{
"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
......@@ -268,3 +268,6 @@ dist/
#linq2db
src/.tools/*
# Dotnet Tool Manifest
.config/*
......@@ -3,6 +3,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Coscine.Api.Tree</RootNamespace>
<AssemblyName>Coscine.Api.Tree</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net5.0</TargetFramework>
<Version>2.0.1</Version>
</PropertyGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment