Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Dec 6, 2020
1 parent 2ebc3aa commit 08027a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Giraffe.Razor/Giraffe.Razor.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<NeutralLanguage>en-GB</NeutralLanguage>

<!-- Tell NuGet to STFU -->
<NoWarn>NU5104</NoWarn>
<NoWarn>$(NoWarn);NU5104</NoWarn>

<!-- Build settings -->
<TargetFramework>net5.0</TargetFramework>
Expand All @@ -34,7 +34,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<NoWarn>FS2003</NoWarn>
<NoWarn>$(NoWarn);FS2003</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 08027a8

Please sign in to comment.