Commit 3dfe98f 1 parent 094a830 commit 3dfe98f Copy full SHA for 3dfe98f
File tree 4 files changed +13
-16
lines changed
CodeOfChaos.CliArgsParser
CodeOfChaos.CliArgsParser.Generators
CodeOfChaos.CliArgsParser.Library
tests/Tests.CodeOfChaos.CliArgsParser
4 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 26
26
</PropertyGroup >
27
27
28
28
<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 =" " />
32
31
</ItemGroup >
33
32
34
33
<ItemGroup >
35
34
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" >
36
35
<PrivateAssets >all</PrivateAssets >
37
36
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
38
37
</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" />
41
40
</ItemGroup >
42
41
<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" />
44
43
</ItemGroup >
45
44
</Project >
Original file line number Diff line number Diff line change 23
23
</PropertyGroup >
24
24
25
25
<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 =" " />
29
28
</ItemGroup >
30
29
31
30
<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" />
34
33
</ItemGroup >
35
34
36
35
<ItemGroup >
37
- <PackageReference Include =" AterraEngine.Unions" Version =" 2.7.0" />
36
+ <PackageReference Include =" AterraEngine.Unions" Version =" 2.7.0" />
38
37
</ItemGroup >
39
38
</Project >
Original file line number Diff line number Diff line change 22
22
</PropertyGroup >
23
23
24
24
<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 =" " />
28
27
</ItemGroup >
29
28
30
29
</Project >
Original file line number Diff line number Diff line change 12
12
<ItemGroup >
13
13
<PackageReference Include =" JetBrains.Annotations" Version =" 2024.3.0" />
14
14
<PackageReference Include =" Moq" Version =" 4.20.72" />
15
- <PackageReference Include =" TUnit" Version =" 0.6.15" />
15
+ <PackageReference Include =" TUnit" Version =" 0.6.15" />
16
16
<PackageReference Include =" Bogus" Version =" 35.6.1" />
17
17
</ItemGroup >
18
18
You can’t perform that action at this time.
0 commit comments