|
@@ -21,6 +21,8 @@
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<!-- Working around https://github.com/NuGet/Home/issues/8467 -->
|
|
<!-- Working around https://github.com/NuGet/Home/issues/8467 -->
|
|
|
<NoWarn>$(NoWarn);NU5131</NoWarn>
|
|
<NoWarn>$(NoWarn);NU5131</NoWarn>
|
|
|
|
|
+ <!-- Workaround until https://github.com/aspnet/AspNetCore-Internal/issues/3103 is resolved -->
|
|
|
|
|
+ <NoWarn>$(NoWarn);NU5048</NoWarn>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<!-- Workaround https://github.com/dotnet/roslyn/issues/27975 -->
|
|
<!-- Workaround https://github.com/dotnet/roslyn/issues/27975 -->
|