Skip to content

Commit 7484d73

Browse files
committed
Updated solution file to reflect the nuspec file relocation.
1 parent c87a3d7 commit 7484d73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

TestStack.FluentMVCTesting.Mvc3/TestStack.FluentMVCTesting.Mvc3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
<Compile Include="Properties\AssemblyInfo.cs" />
9595
</ItemGroup>
9696
<ItemGroup>
97-
<None Include="FluentMVCTesting.Mvc3.nuspec" />
9897
<None Include="packages.config" />
98+
<None Include="TestStack.FluentMVCTesting.Mvc3.nuspec" />
9999
</ItemGroup>
100100
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101101
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
@@ -105,4 +105,4 @@
105105
<Target Name="AfterBuild">
106106
</Target>
107107
-->
108-
</Project>
108+
</Project>

TestStack.FluentMvcTesting/TestStack.FluentMVCTesting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
<Compile Include="ViewResultTest.cs" />
8484
</ItemGroup>
8585
<ItemGroup>
86-
<None Include="FluentMVCTesting.nuspec" />
8786
<None Include="packages.config" />
87+
<None Include="TestStack.FluentMVCTesting.nuspec" />
8888
</ItemGroup>
8989
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9090
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
@@ -94,4 +94,4 @@
9494
<Target Name="AfterBuild">
9595
</Target>
9696
-->
97-
</Project>
97+
</Project>

0 commit comments

Comments
 (0)