Skip to content

Commit 3dfe98f

Browse files
committed
Fix: Code Cleanup
1 parent 094a830 commit 3dfe98f

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

src/CodeOfChaos.CliArgsParser.Generators/CodeOfChaos.CliArgsParser.Generators.csproj

+5-6
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,19 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
30-
<None Include="..\..\README.md" Pack="true" PackagePath="" />
31-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
29+
<None Include="..\..\LICENSE" Pack="true" PackagePath=""/>
30+
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
3231
</ItemGroup>
3332

3433
<ItemGroup>
3534
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
3635
<PrivateAssets>all</PrivateAssets>
3736
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3837
</PackageReference>
39-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" />
40-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
38+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0"/>
39+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
4140
</ItemGroup>
4241
<ItemGroup>
43-
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
42+
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false"/>
4443
</ItemGroup>
4544
</Project>

src/CodeOfChaos.CliArgsParser.Library/CodeOfChaos.CliArgsParser.Library.csproj

+5-6
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
27-
<None Include="..\..\README.md" Pack="true" PackagePath="" />
28-
<None Include="..\..\assets/icon.png" Pack="true" PackagePath="" />
26+
<None Include="..\..\LICENSE" Pack="true" PackagePath=""/>
27+
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
2928
</ItemGroup>
3029

3130
<ItemGroup>
32-
<ProjectReference Include="..\CodeOfChaos.CliArgsParser.Generators\CodeOfChaos.CliArgsParser.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
33-
<ProjectReference Include="..\CodeOfChaos.CliArgsParser\CodeOfChaos.CliArgsParser.csproj" />
31+
<ProjectReference Include="..\CodeOfChaos.CliArgsParser.Generators\CodeOfChaos.CliArgsParser.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
32+
<ProjectReference Include="..\CodeOfChaos.CliArgsParser\CodeOfChaos.CliArgsParser.csproj"/>
3433
</ItemGroup>
3534

3635
<ItemGroup>
37-
<PackageReference Include="AterraEngine.Unions" Version="2.7.0" />
36+
<PackageReference Include="AterraEngine.Unions" Version="2.7.0"/>
3837
</ItemGroup>
3938
</Project>

src/CodeOfChaos.CliArgsParser/CodeOfChaos.CliArgsParser.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<None Include="../../LICENSE" Pack="true" PackagePath="" />
26-
<None Include="../../README.md" Pack="true" PackagePath="" />
27-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
25+
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
26+
<None Include="../../README.md" Pack="true" PackagePath=""/>
2827
</ItemGroup>
2928

3029
</Project>

tests/Tests.CodeOfChaos.CliArgsParser/Tests.CodeOfChaos.CliArgsParser.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
1414
<PackageReference Include="Moq" Version="4.20.72"/>
15-
<PackageReference Include="TUnit" Version="0.6.15" />
15+
<PackageReference Include="TUnit" Version="0.6.15"/>
1616
<PackageReference Include="Bogus" Version="35.6.1"/>
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)