Skip to content

Commit

Permalink
keep only .NET Standard target
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Apr 30, 2019
1 parent 9528ac9 commit 05e3453
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Argolis.Nancy/Argolis.Nancy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
<PackageIconUrl>https://raw.githubusercontent.com/wikibus/Argolis/master/assets/logo.png</PackageIconUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<ItemGroup Condition="$(TargetFramework) == 'net461'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
Expand Down

0 comments on commit 05e3453

Please sign in to comment.