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

Fix: Swagger Description (coscine/issues#1393)

parent 1a505685
No related branches found
No related tags found
2 merge requests!85Fix: Swagger Description (coscine/issues#1393),!84Sprint/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
......@@ -271,3 +271,6 @@ dist/
# linq2db clutter
src/.tools/*
# Dotnet Tool Manifest
.config/*
......@@ -3,6 +3,7 @@
<DebugType>full</DebugType>
<AssemblyName>Coscine.Api.STS</AssemblyName>
<RootNamespace>Coscine.Api.STS</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net5.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<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