diff options
| author | transtrike <transtrike@gmail.com> | 2021-03-03 18:35:12 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-03-03 18:35:12 +0200 |
| commit | b9a9d63418d728560b17c23d49255328d16ccb11 (patch) | |
| tree | 6e536e34d2118d9bdf8854dc3d12b493162ed0f3 /src/Data | |
| parent | 804d274223734ea1c67920622ceb453cca602fc9 (diff) | |
| download | DevHive-b9a9d63418d728560b17c23d49255328d16ccb11.tar DevHive-b9a9d63418d728560b17c23d49255328d16ccb11.tar.gz DevHive-b9a9d63418d728560b17c23d49255328d16ccb11.zip | |
NSwag replaced Swagger; Doc prep configurednswag
Diffstat (limited to 'src/Data')
| -rw-r--r-- | src/Data/DevHive.Data.Models/DevHive.Data.Models.csproj | 2 | ||||
| -rw-r--r-- | src/Data/DevHive.Data.Tests/DevHive.Data.Tests.csproj | 2 | ||||
| -rw-r--r-- | src/Data/DevHive.Data/DevHive.Data.csproj | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Data/DevHive.Data.Models/DevHive.Data.Models.csproj b/src/Data/DevHive.Data.Models/DevHive.Data.Models.csproj index e9dc644..d249c77 100644 --- a/src/Data/DevHive.Data.Models/DevHive.Data.Models.csproj +++ b/src/Data/DevHive.Data.Models/DevHive.Data.Models.csproj @@ -5,6 +5,6 @@ <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0"/> <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.3"/> - <PackageReference Include="SonarAnalyzer.CSharp" Version="8.18.0.27296"/> + <PackageReference Include="SonarAnalyzer.CSharp" Version="8.19.0.28253"/> </ItemGroup> </Project>
\ No newline at end of file diff --git a/src/Data/DevHive.Data.Tests/DevHive.Data.Tests.csproj b/src/Data/DevHive.Data.Tests/DevHive.Data.Tests.csproj index 46c7b83..25b2b39 100644 --- a/src/Data/DevHive.Data.Tests/DevHive.Data.Tests.csproj +++ b/src/Data/DevHive.Data.Tests/DevHive.Data.Tests.csproj @@ -9,7 +9,7 @@ <PackageReference Include="NUnit" Version="3.13.1"/> <PackageReference Include="NUnit3TestAdapter" Version="3.17.0"/> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1"/> - <PackageReference Include="SonarAnalyzer.CSharp" Version="8.18.0.27296"/> + <PackageReference Include="SonarAnalyzer.CSharp" Version="8.19.0.28253"/> </ItemGroup> <ItemGroup> <ProjectReference Include="..\DevHive.Data\DevHive.Data.csproj"/> diff --git a/src/Data/DevHive.Data/DevHive.Data.csproj b/src/Data/DevHive.Data/DevHive.Data.csproj index 46928c6..fcdb7ae 100644 --- a/src/Data/DevHive.Data/DevHive.Data.csproj +++ b/src/Data/DevHive.Data/DevHive.Data.csproj @@ -12,7 +12,7 @@ </PackageReference> <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0"/> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.2"/> - <PackageReference Include="SonarAnalyzer.CSharp" Version="8.18.0.27296"/> + <PackageReference Include="SonarAnalyzer.CSharp" Version="8.19.0.28253"/> </ItemGroup> <ItemGroup> <ProjectReference Include="..\DevHive.Data.Models\DevHive.Data.Models.csproj"/> |
