Skip to content

Commit d691dc4

Browse files
authored
Merge pull request #15 from PandaTechAM/development
analyzers fix
2 parents 8ffc2a3 + 7a45a01 commit d691dc4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/EFCore.PostgresExtensions/EFCore.PostgresExtensions.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<PackageReadmeFile>Readme.md</PackageReadmeFile>
99
<Authors>Pandatech</Authors>
1010
<Copyright>MIT</Copyright>
11-
<Version>6.1.0</Version>
11+
<Version>6.2.0</Version>
1212
<PackageId>Pandatech.EFCore.PostgresExtensions</PackageId>
1313
<Title>Pandatech.EFCore.PostgresExtensions</Title>
1414
<PackageTags>Pandatech, library, EntityFrameworkCore, PostgreSQL, For Update, Lock, LockingSyntax, Bulk insert, BinaryCopy</PackageTags>
1515
<Description>The Pandatech.EFCore.PostgresExtensions library enriches Entity Framework Core applications with advanced PostgreSQL functionalities, starting with the ForUpdate locking syntax and BulkInsert function. Designed for seamless integration, this NuGet package aims to enhance the efficiency and capabilities of EF Core models when working with PostgreSQL, with the potential for further PostgreSQL-specific extensions.</Description>
1616
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-efcore-postgres-extensions</RepositoryUrl>
17-
<PackageReleaseNotes>nuget updates</PackageReleaseNotes>
17+
<PackageReleaseNotes>Analyzers fix</PackageReleaseNotes>
1818

1919
<!-- Never run analyzers as part of compilation (local, CI, dotnet build/test/publish) -->
2020
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
@@ -32,8 +32,10 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
36-
<PackageReference Include="Pandatech.Analyzers" Version="2.1.0" />
35+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0"/>
36+
<PackageReference Include="Pandatech.Analyzers" Version="2.1.0">
37+
<PrivateAssets>all</PrivateAssets>
38+
</PackageReference>
3739
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.18.0.131500">
3840
<PrivateAssets>all</PrivateAssets>
3941
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)