Skip to content

Commit

Permalink
fixed DefaultEcs including analyzer generated attribute >_>
Browse files Browse the repository at this point in the history
updated DefaultDocumentation
  • Loading branch information
Doraku committed Jun 16, 2021
1 parent 2e0479a commit 8e2de21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/DefaultEcs/DefaultEcs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DefaultDocumentation" Version="0.7.4" PrivateAssets="all" Condition="'$(TargetFramework)'=='netstandard1.1' AND '$(GITHUB_ACTIONS)' == 'true' AND '$(TEST)' != 'true' AND '$(CI_VERSION)' != 'true'" />
<PackageReference Include="DefaultDocumentation" Version="0.7.5" PrivateAssets="all" Condition="'$(TargetFramework)'=='netstandard1.1' AND '$(GITHUB_ACTIONS)' == 'true' AND '$(TEST)' != 'true' AND '$(CI_VERSION)' != 'true'" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DefaultEcs.Analyzer" Version="0.16.0" PrivateAssets="all" />
<PackageReference Condition="'$(MSBuildProjectName)' != 'DefaultEcs'" Include="DefaultEcs.Analyzer" Version="0.16.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="3.1.0" PrivateAssets="all" />
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="1.0.0" PrivateAssets="all" />
Expand Down

0 comments on commit 8e2de21

Please sign in to comment.