Skip to content

Commit

Permalink
Work around dotnet/cli-migrate#11
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed May 9, 2017
1 parent 3a32176 commit 17a8a46
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
9 changes: 7 additions & 2 deletions src/React.MSBuild/React.MSBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" />
<Compile Include="..\SharedAssemblyVersionInfo.cs" />
<None Update="tools\**\*;Content\**\*">
<Content Include="tools\**\*">
<Pack>true</Pack>
</None>
<PackagePath>tools\</PackagePath>
</Content>
<Content Include="Content\**\*">
<Pack>true</Pack>
<PackagePath>content\</PackagePath>
</Content>
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/React.Web.Mvc4/React.Web.Mvc4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs;..\React.AspNet\HtmlHelperExtensions.cs" />
<Compile Include="..\SharedAssemblyVersionInfo.cs" />
<None Update="Content\**\*">
<Content Include="Content\**\*">
<Pack>true</Pack>
</None>
<PackagePath>content\</PackagePath>
</Content>
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/React.Web/React.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" />
<Compile Include="..\SharedAssemblyVersionInfo.cs" />
<None Update="Content\**\*">
<Content Include="Content\**\*">
<Pack>true</Pack>
</None>
<PackagePath>content\</PackagePath>
</Content>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" />
<Compile Include="..\SharedAssemblyVersionInfo.cs" />
<None Update="readme.txt">
<Content Include="readme.txt">
<Pack>true</Pack>
</None>
<PackagePath>content\</PackagePath>
</Content>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 17a8a46

Please sign in to comment.