1 files changed, 1 insertions, 9 deletions
diff --git a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
index 77a039c..12555c3 100644
--- a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
+++ b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
@@ -15,13 +15,5 @@
<ItemGroup>
<ProjectReference Include="..\MatrixRoomUtils.Core\MatrixRoomUtils.Core.csproj" />
</ItemGroup>
-
- <ItemGroup>
- <_ContentIncludedByDefault Remove="wwwroot\sample-data\weather.json" />
- </ItemGroup>
-
- <ItemGroup>
- <None Include="wwwroot\homeservers.txt" />
- </ItemGroup>
-
+
</Project>
|