Skip to content

Commit 4cdbff0

Browse files
author
fabien.menager
committed
Add property group to ignore preview version warning for Pomelo.EntityFrameworkCore.MySql
1 parent 7d4340f commit 4cdbff0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/PhenX.EntityFrameworkCore.BulkInsert.MySql/PhenX.EntityFrameworkCore.BulkInsert.MySql.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<!-- Ignore error for preview version of Pomelo.EntityFrameworkCore.MySql -->
4+
<NoWarn>$(NoWarn);NU5104</NoWarn>
5+
</PropertyGroup>
26

37
<ItemGroup>
48
<ProjectReference Include="..\PhenX.EntityFrameworkCore.BulkInsert\PhenX.EntityFrameworkCore.BulkInsert.csproj" />

0 commit comments

Comments
 (0)