Skip to content

Commit

Permalink
Get rid of NU3005 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Finkelshteyn authored Jun 4, 2019
1 parent a63f73b commit 602339a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<FileVersion>1.2.3.1</FileVersion>
<InformationalVersion>1.2.3.2</InformationalVersion>
<DebugType Condition=" '$(TargetFramework)' == 'net461' ">Full</DebugType>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">
<DefineConstants>$(DefineConstants);ASP_NET_CORE;ASP_NET_CORE1</DefineConstants>
Expand Down Expand Up @@ -35,4 +36,4 @@
<Folder Include="Properties\" />
<Compile Include="..\Shared\**\*.cs" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 602339a

Please sign in to comment.