Skip to content

Commit

Permalink
Removed Project_Readme from CSharp_Web (#4617)
Browse files Browse the repository at this point in the history
* Removed Project_Readme from CSharp_Web
Added the package fallback target to CSharp_Web

* Added the $if$ i missed when I copy-pasted.

* Removed the if-else
  • Loading branch information
seancpeters authored and Piotr Puszkiewicz committed Nov 4, 2016
1 parent 40c34f8 commit d1e0d2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup>

<PropertyGroup>
<PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81;</PackageTargetFallback>
</PropertyGroup>

<ItemGroup>
<Compile Include="**\*.cs" Exclude="$(GlobalExclude)" />
<EmbeddedResource Include="**\*.resx" Exclude="$(GlobalExclude)" />
Expand Down
187 changes: 0 additions & 187 deletions src/dotnet/commands/dotnet-new/CSharp_Web/Project_Readme.html

This file was deleted.

0 comments on commit d1e0d2b

Please sign in to comment.