Skip to content

Commit

Permalink
Fix analyzers project assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Oct 18, 2024
1 parent d70cecb commit 85bb7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analyzers/Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace>Devlooped.CredentialManager</RootNamespace>
<AssemblyName>Devlooped.CredentialManager.CodeAnalysis</AssemblyName>
<AssemblyName>Devlooped.CredentialManager.Analyzers</AssemblyName>
<TargetFramework>netstandard2.0</TargetFramework>
<PackFolder>analyzers/dotnet</PackFolder>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 85bb7d8

Please sign in to comment.