Skip to content

Commit 8a39fae

Browse files
committed
chore: 修正打包失败问题
1 parent c3b1f93 commit 8a39fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Cuture.CodeAnalysis.LoggingCodeFixes/Cuture.CodeAnalysis.LoggingCodeFixes.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
6-
<AssemblyName>Cuture.CodeAnalysis.LoggingCodeFixes_</AssemblyName>
6+
<AssemblyName>Cuture.CodeAnalysis.LoggingCodeFixes</AssemblyName>
7+
<PackageId>Cuture.CodeAnalysis.LoggingCodeFixes_</PackageId>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)