Skip to content

Commit

Permalink
added net7.0 support to SwaggerExtensions and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Temo Nikolaishvili committed Nov 21, 2024
1 parent f58c271 commit 5a58ac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,8 @@ public sealed class PositiveIntegerTypeConverter : Int32Converter
```
## **Swagger Mappers**

A single file for all domainPrimitives containing all type mappings is generated.
A single file for all domainPrimitives containing all type mappings is generated.
**Please note that you need to manually add Swashbuckle.AspNetCore.SwaggerGen nuget package to the project**

```csharp
//------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-16"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 5a58ac1

Please sign in to comment.