Skip to content

Commit 5bfb11e

Browse files
author
LoneWandererProductions
committed
silence some warnings
1 parent eab0f5c commit 5bfb11e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CoreBuilderTests/CoreBuilderTests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@
2525
<SuppressNET6CompatibilityCheck>true</SuppressNET6CompatibilityCheck>
2626
</PropertyGroup>
2727

28+
<PropertyGroup>
29+
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
30+
</PropertyGroup>
31+
2832
</Project>

CoreConsole/CoreConsole.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
<ProjectReference Include="..\Interpreter\Interpreter.csproj" />
1111
</ItemGroup>
1212

13+
<PropertyGroup>
14+
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
15+
</PropertyGroup>
16+
1317
</Project>

0 commit comments

Comments
 (0)