Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • coscine/backend/apis/search
1 result
Show changes
Commits on Source (3)
## Ignore Visual Studio temporary files, build results, and
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
......@@ -273,4 +273,4 @@ dist/
src/.tools/
# Dotnet Tool Manifest
.config/*
\ No newline at end of file
.config/*
......@@ -5,7 +5,7 @@
<AssemblyName>Coscine.Api.Search</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net6.0</TargetFramework>
<Version>1.7.3</Version>
<Version>1.7.4</Version>
<Nullable>enable</Nullable>
<NoWarn>1591</NoWarn>
</PropertyGroup>
......