Skip to content

Commit

Permalink
Trying to fix nuget restore error NuGet/Home#7921 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley committed May 26, 2020
1 parent b7c1959 commit 138ef3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LogViewer.Server.Tests/LogViewer.Server.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

<IsPackable>false</IsPackable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode>true</RestoreLockedMode>
<NoWarn>NU1603</NoWarn>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions LogViewer.Server/LogViewer.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<PublishTrimmed>true</PublishTrimmed>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode>true</RestoreLockedMode>
<NoWarn>NU1603</NoWarn>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 138ef3d

Please sign in to comment.