Skip to content

Commit

Permalink
Suppress runtime build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Jan 31, 2023
1 parent 70acba8 commit 7d4a815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SourceBuild/content/repo-projects/runtime.proj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<NuGetConfigFile>$(ProjectDirectory)NuGet.config</NuGetConfigFile>
<OutputPlacementRepoApiImplemented>false</OutputPlacementRepoApiImplemented>
<DependencyVersionInputRepoApiImplemented>true</DependencyVersionInputRepoApiImplemented>

<!-- CS8795 - Partial method must have an implementation part because it has accessibility modifiers. -->
<RepoNoWarns>CS8795</RepoNoWarns>
</PropertyGroup>

<!-- SDK Overrides -->
Expand Down

0 comments on commit 7d4a815

Please sign in to comment.