Skip to content

Commit bf23fe8

Browse files
committed
Remove exclusions for README.md files
It's not clear why these are in place, but as they aren't implemented for _all_ `README.md` files, it doesn't seem they're still needed. This might have been due to an early incompatibility with Visual Studio attempting to compile them as code?
1 parent 3b0ec7e commit bf23fe8

5 files changed

Lines changed: 1 addition & 21 deletions

File tree

OnTopic.AspNetCore.Mvc/OnTopic.AspNetCore.Mvc.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,4 @@
4444
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
4545
</ItemGroup>
4646

47-
<ItemGroup>
48-
<None Include="README.md" />
49-
</ItemGroup>
50-
5147
</Project>

OnTopic.Data.Caching/OnTopic.Data.Caching.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,4 @@
4343
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
4444
</ItemGroup>
4545

46-
<ItemGroup>
47-
<None Include="README.md" />
48-
</ItemGroup>
49-
5046
</Project>

OnTopic.Data.Sql/OnTopic.Data.Sql.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,4 @@
4242
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
4343
</ItemGroup>
4444

45-
<ItemGroup>
46-
<None Include="README.md" />
47-
</ItemGroup>
48-
4945
</Project>

OnTopic.ViewModels/OnTopic.ViewModels.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,9 @@
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3939
</PackageReference>
4040
</ItemGroup>
41-
<ItemGroup>
42-
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
43-
</ItemGroup>
4441

4542
<ItemGroup>
46-
<None Include="README.md" />
43+
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
4744
</ItemGroup>
4845

4946
</Project>

OnTopic/OnTopic.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,4 @@
4848
</PackageReference>
4949
</ItemGroup>
5050

51-
<ItemGroup>
52-
<None Include="Mapping\README.md" />
53-
<None Include="README.md" />
54-
</ItemGroup>
55-
5651
</Project>

0 commit comments

Comments
 (0)