Skip to content

Commit 842a293

Browse files
authored
Merge pull request #384 from DataObjects-NET/weaver-ignore-outofsupport-warn
No warning that netcoreapp3.0 is no longer supported
2 parents 7e88364 + 1c06336 commit 842a293

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)