File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
CodeOfChaos.CliArgsParser.Generators
CodeOfChaos.CliArgsParser.Library
CodeOfChaos.CliArgsParser
Sample.CodeOfChaos.CliArgsParser
Tools.CodeOfChaos.CliArgsParser
tests/Tests.CodeOfChaos.CliArgsParser Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3232 </ItemGroup >
3333
3434 <ItemGroup >
35- <PackageReference Include =" IndexRange" Version =" 1.0.3 " />
35+ <PackageReference Include =" IndexRange" Version =" 1.1.0 " />
3636 <PackageReference Include =" IsExternalInit" Version =" 1.0.3" >
3737 <PrivateAssets >all</PrivateAssets >
3838 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3939 </PackageReference >
40- <PackageReference Include =" JetBrains.Annotations" Version =" 2024.3 .0" />
40+ <PackageReference Include =" JetBrains.Annotations" Version =" 2025.2 .0" />
4141 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 4.14.0" PrivateAssets =" all" />
4242 <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.14.0" PrivateAssets =" all" />
4343 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.14.0" PrivateAssets =" all" />
44- <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.10 .0" Pack =" true" GeneratePathProperty =" true" PrivateAssets =" all" />
44+ <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.11 .0" Pack =" true" GeneratePathProperty =" true" PrivateAssets =" all" />
4545 </ItemGroup >
4646
4747 <ItemGroup >
Original file line number Diff line number Diff line change 3434 <ProjectReference Include =" ..\CodeOfChaos.CliArgsParser\CodeOfChaos.CliArgsParser.csproj" />
3535
3636 <!-- Ugly, but this is because of some weirdness with how analyzers are imported through a project reference -->
37- <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.10 .0" GeneratePathProperty =" true" PrivateAssets =" all" />
37+ <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.11 .0" GeneratePathProperty =" true" PrivateAssets =" all" />
3838 <Analyzer Include =" $(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" />
3939 </ItemGroup >
4040
Original file line number Diff line number Diff line change 3232 </ItemGroup >
3333
3434 <ItemGroup >
35- <PackageReference Include =" CodeOfChaos.Extensions" Version =" 0.67.0 " />
36- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.5 " />
37- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.5 " />
35+ <PackageReference Include =" CodeOfChaos.Extensions" Version =" 0.70.1 " />
36+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.7 " />
37+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.7 " />
3838 </ItemGroup >
3939
4040</Project >
Original file line number Diff line number Diff line change 1111 <ProjectReference Include =" ..\CodeOfChaos.CliArgsParser\CodeOfChaos.CliArgsParser.csproj" />
1212
1313 <!-- Ugly, but this is because of some weirdness with how analyzers are imported through a project reference -->
14- <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.10 .0" GeneratePathProperty =" true" PrivateAssets =" all" />
14+ <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.11 .0" GeneratePathProperty =" true" PrivateAssets =" all" />
1515 <Analyzer Include =" $(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" />
1616 </ItemGroup >
1717
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.5 " />
12+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.7 " />
1313 </ItemGroup >
1414
1515 <ItemGroup >
1616 <ProjectReference Include =" ..\CodeOfChaos.CliArgsParser.Library\CodeOfChaos.CliArgsParser.Library.csproj" />
1717 <ProjectReference Include =" ..\CodeOfChaos.CliArgsParser\CodeOfChaos.CliArgsParser.csproj" />
1818
1919 <!-- Ugly, but this is because of some weirdness with how analyzers are imported through a project reference -->
20- <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.10 .0" GeneratePathProperty =" true" PrivateAssets =" all" />
20+ <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.11 .0" GeneratePathProperty =" true" PrivateAssets =" all" />
2121 <Analyzer Include =" $(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" />
2222 </ItemGroup >
2323
Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" JetBrains.Annotations" Version =" 2024.3 .0" />
14- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.5 " />
13+ <PackageReference Include =" JetBrains.Annotations" Version =" 2025.2 .0" />
14+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.7 " />
1515 <PackageReference Include =" Moq" Version =" 4.20.72" />
16- <PackageReference Include =" TUnit" Version =" 0.20.18 " />
16+ <PackageReference Include =" TUnit" Version =" 0.25.21 " />
1717 <PackageReference Include =" Bogus" Version =" 35.6.3" />
1818 </ItemGroup >
1919
2626 <ProjectReference Include =" ..\..\src\CodeOfChaos.CliArgsParser\CodeOfChaos.CliArgsParser.csproj" />
2727
2828 <!-- Ugly, but this is because of some weirdness with how analyzers are imported through a project reference -->
29- <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.10 .0" GeneratePathProperty =" true" PrivateAssets =" all" />
29+ <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.11 .0" GeneratePathProperty =" true" PrivateAssets =" all" />
3030 <Analyzer Include =" $(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" />
3131 </ItemGroup >
3232
You can’t perform that action at this time.
0 commit comments