Skip to content

Commit

Permalink
Build fix for dotnet#91010
Browse files Browse the repository at this point in the history
  • Loading branch information
t.csala committed May 16, 2024
1 parent 68e7c5c commit 7db18d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Build.proj
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<Project Sdk="Microsoft.Build.Traversal">
<PropertyGroup>
<NoWarn>NETSDK1212</NoWarn>
</PropertyGroup>

<ItemGroup>
<!-- Subsets are already imported by Directory.Build.props. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- ILSpy requires this assembly to target netstandard2.0 -->
<TargetFramework>netstandard2.0</TargetFramework>
<CLSCompliant>false</CLSCompliant>
<NoWarn>8002,NU1701</NoWarn>
<NoWarn>8002;NU1701;NETSDK1212</NoWarn>
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
<OutputPath>$(RuntimeBinDir)</OutputPath>
<Platforms>AnyCPU;x64</Platforms>
Expand Down

0 comments on commit 7db18d4

Please sign in to comment.