We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac81ed6 commit 7661648Copy full SHA for 7661648
Directory.Build.targets
@@ -1,10 +1,5 @@
1
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
3
- <PropertyGroup>
4
- <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' or '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
5
- <PackageTargetFallback Condition="'$(TargetFramework)'=='net45'">$(PackageTargetFallback);portable-net45+win8+wpa81+wp8</PackageTargetFallback>
6
- </PropertyGroup>
7
-
8
<!-- SourceLink -->
9
<ItemGroup>
10
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
0 commit comments