Skip to content

Commit cd031ed

Browse files
committed
Fix typos
1 parent 54b51a7 commit cd031ed

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

GmodNET.VersionTool.SourceGenerator/GmodNET.VersionTool.SourceGenerator/GmodNET.VersionTool.SourceGenerator.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
</ItemGroup>
4040

4141
<ItemGroup>
42-
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
43-
<None Include="$(OutputPath)\*.*" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
44-
<None Remove="$(OutputPath)\System.*.dll" />
45-
<None Remove="$(OutputPath)\Microsoft.*.dll" />
46-
<None Remove="$(OutputPath)\*.xml" />
47-
<None Remove="$(OutputPath)\*.pdb" />
42+
<None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
43+
<None Include="$(OutputPath)/*.*" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
44+
<None Remove="$(OutputPath)/System.*.dll" />
45+
<None Remove="$(OutputPath)/Microsoft.*.dll" />
46+
<None Remove="$(OutputPath)/*.xml" />
47+
<None Remove="$(OutputPath)/*.pdb" />
4848
</ItemGroup>
4949

5050
<ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
2-
<PropertyGroup>
2+
<ItemGroup>
33
<CompilerVisibleItemMetadata Include="AdditionalFiles" MetadataName="IsVersionFile" />
4-
</PropertyGroup>
4+
</ItemGroup>
55
</Project>

0 commit comments

Comments
 (0)