Skip to content

Commit

Permalink
Removed a reference to deprecated StyleCop analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jul 8, 2024
1 parent d590e5e commit 753585d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/DotNext.IO/DotNext.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="../stylecop.json" />
<SourceRoot Include="$(MSBuildProjectDirectory)\..\..\" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="../stylecop.json" />
<SourceRoot Include="$(MSBuildProjectDirectory)\..\..\" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/DotNext.Metaprogramming/DotNext.Metaprogramming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="../stylecop.json" />
<SourceRoot Include="$(MSBuildProjectDirectory)\..\..\" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/DotNext.Threading/DotNext.Threading.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="../stylecop.json" />
<SourceRoot Include="$(MSBuildProjectDirectory)\..\..\" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/DotNext.Unsafe/DotNext.Unsafe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="../stylecop.json" />
<SourceRoot Include="$(MSBuildProjectDirectory)\..\..\" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/DotNext/DotNext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="../stylecop.json" />
<SourceRoot Include="$(MSBuildProjectDirectory)\..\..\" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="../../stylecop.json" />
<SourceRoot Include="$(MSBuildProjectDirectory)\..\..\..\" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/cluster/DotNext.Net.Cluster/DotNext.Net.Cluster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="../../stylecop.json" />
<SourceRoot Include="$(MSBuildProjectDirectory)\..\..\..\" />
</ItemGroup>
</Project>

0 comments on commit 753585d

Please sign in to comment.