Skip to content

Commit

Permalink
Get rid of NU3005 error (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvpro929 committed Jun 5, 2019
1 parent 2dac34c commit 0675c38
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 0675c38

Please sign in to comment.