Skip to content

Commit 1c06336

Browse files
committed
No warning that netcoreapp is no longer supported
we know this and warning is annoying
1 parent 7e88364 commit 1c06336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Weaver/Xtensive.Orm.Weaver/Xtensive.Orm.Weaver.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<AssemblyOriginatorKeyFile>$(OrmKeyFile)</AssemblyOriginatorKeyFile>
99
<OutputPath>$(BaseOutputPath)tools\weaver\</OutputPath>
1010
<RollForward>Major</RollForward>
11+
<NoWarn>NETSDK1138</NoWarn>
1112
</PropertyGroup>
1213
<ItemGroup>
1314
<PackageReference Include="Mono.Cecil" Version="0.11.0" />

0 commit comments

Comments
 (0)