We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5aa9a commit 02b232bCopy full SHA for 02b232b
src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj
@@ -49,7 +49,7 @@
49
50
<ItemGroup>
51
<!-- Anyone using the generator needs to use the attributes NuGet so any reflection doesn't throw when it sees the attributes in code -->
52
- <PackageReference Include="ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version="*" />
+ <PackageReference Include="ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version="1.*" />
53
54
<!-- Package the generator in the analyzer directory of the nuget package -->
55
<None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
0 commit comments