Skip to content

Commit

Permalink
feat(infra): make tool libraries non strong #6903 (#6904)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi authored Feb 21, 2024
1 parent 8719bb0 commit 46b33e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
<IsRoslynComponent>true</IsRoslynComponent>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\AssemblyOriginatorKeyFile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/CodeAnalyzers/Bit.CodeAnalyzers/Bit.CodeAnalyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<IsRoslynComponent>true</IsRoslynComponent>
<PackageTags>$(PackageTags) Code-Analyzer</PackageTags>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\AssemblyOriginatorKeyFile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<IsRoslynComponent>true</IsRoslynComponent>
<PackageTags>$(PackageTags) Source-Generators</PackageTags>
<GetTargetPathDependsOn>$(GetTargetPathDependsOn);GetDependencyTargetPaths</GetTargetPathDependsOn>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\AssemblyOriginatorKeyFile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 46b33e6

Please sign in to comment.