File tree Expand file tree Collapse file tree
PG.StarWarsGame.Infrastructure
AET.SteamAbstraction.Testing
AET.SteamAbstraction.Test
PG.StarWarsGame.Infrastructure.Clients.Steam.Test
PG.StarWarsGame.Infrastructure.Testing
PG.StarWarsGame.Infrastructure.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66version : 2
77updates :
8- - package-ecosystem : " nuget " # See documentation for possible values
9- directory : " /" # Location of package manifests
8+ - package-ecosystem : " github-actions "
9+ directory : " /"
1010 schedule :
11- interval : " weekly"
11+ interval : " daily"
12+ groups :
13+ actions-deps :
14+ patterns :
15+ - " *"
16+ target-branch : " develop"
17+
18+
19+ - package-ecosystem : " nuget"
20+ directory : " /"
21+ schedule :
22+ interval : " daily"
23+ target-branch : " develop"
24+ open-pull-requests-limit : 1
25+ groups :
26+ all-deps :
27+ patterns :
28+ - " *"
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0-windows</TargetFramework >
5+ <TargetFramework >net9 .0-windows</TargetFramework >
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.1 " />
10+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.2 " />
1111 </ItemGroup >
1212
1313 <ItemGroup >
Original file line number Diff line number Diff line change 2121 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2222 </PropertyGroup >
2323 <ItemGroup >
24- <PackageReference Include =" AnakinRaW.CommonUtilities.Registry" Version =" 12.0.91 " />
24+ <PackageReference Include =" AnakinRaW.CommonUtilities.Registry" Version =" 12.1.8 " />
2525 <PackageReference Include =" Microsoft.Bcl.HashCode" Version =" 6.0.0" />
26- <PackageReference Include =" AnakinRaW.CommonUtilities" Version =" 12.0.91 " />
27- <PackageReference Include =" AnakinRaW.CommonUtilities.FileSystem" Version =" 12.0.91 " />
28- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.1 " />
29- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.1 " />
26+ <PackageReference Include =" AnakinRaW.CommonUtilities" Version =" 12.1.8 " />
27+ <PackageReference Include =" AnakinRaW.CommonUtilities.FileSystem" Version =" 12.1.8 " />
28+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.2 " />
29+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.2 " />
3030 <PackageReference Include =" Nullable" Version =" 1.3.1" >
3131 <PrivateAssets >all</PrivateAssets >
3232 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3333 </PackageReference >
34- <PackageReference Include =" System.Text.Json" Version =" 9.0.1 " />
34+ <PackageReference Include =" System.Text.Json" Version =" 9.0.2 " />
3535 </ItemGroup >
3636</Project >
Original file line number Diff line number Diff line change 2222 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2323 </PropertyGroup >
2424 <ItemGroup >
25- <PackageReference Include =" AlamoEngineTools.Modinfo" Version =" 7.0.9 " />
26- <PackageReference Include =" AnakinRaW.CommonUtilities" Version =" 12.0.91 " />
27- <PackageReference Include =" AnakinRaW.CommonUtilities.FileSystem" Version =" 12.0.91 " />
28- <PackageReference Include =" AnakinRaW.CommonUtilities.Registry" Version =" 12.0.91 " />
25+ <PackageReference Include =" AlamoEngineTools.Modinfo" Version =" 7.0.17 " />
26+ <PackageReference Include =" AnakinRaW.CommonUtilities" Version =" 12.1.8 " />
27+ <PackageReference Include =" AnakinRaW.CommonUtilities.FileSystem" Version =" 12.1.8 " />
28+ <PackageReference Include =" AnakinRaW.CommonUtilities.Registry" Version =" 12.1.8 " />
2929 <PackageReference Include =" IsExternalInit" Version =" 1.0.3" >
3030 <PrivateAssets >all</PrivateAssets >
3131 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3636 </PackageReference >
3737 <PackageReference Include =" semver" Version =" 3.0.0" />
3838 <PackageReference Include =" HtmlAgilityPack" Version =" 1.11.72" />
39- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.1 " />
40- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.1 " />
39+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.2 " />
40+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.2 " />
4141 <PackageReference Include =" QuikGraph" Version =" 2.5.0" PrivateAssets =" compile" />
4242 </ItemGroup >
4343</Project >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <PropertyGroup >
8- <TargetFrameworks >net8 .0</TargetFrameworks >
8+ <TargetFrameworks >net9 .0</TargetFrameworks >
99 <TargetFrameworks Condition =" !$([MSBuild]::IsOsUnixLike())" >$(TargetFrameworks);net48</TargetFrameworks >
1010 <IsPackable >false</IsPackable >
1111 <IsTestable >true</IsTestable >
1616 <PrivateAssets >all</PrivateAssets >
1717 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1818 </PackageReference >
19- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.1 " />
20- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
19+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.2 " />
20+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
2121 <PackageReference Include =" Testably.Abstractions.Testing" Version =" 4.0.0" />
2222 <PackageReference Include =" xunit" Version =" 2.9.3" />
23- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
23+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
2424 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2525 <PrivateAssets >all</PrivateAssets >
2626 </PackageReference >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <PropertyGroup >
8- <TargetFrameworks >net8 .0</TargetFrameworks >
8+ <TargetFrameworks >net9 .0</TargetFrameworks >
99 <TargetFrameworks Condition =" !$([MSBuild]::IsOsUnixLike())" >$(TargetFrameworks);net48</TargetFrameworks >
1010 <IsPackable >false</IsPackable >
1111 <IsTestProject >false</IsTestProject >
2525 <PrivateAssets >all</PrivateAssets >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2727 </PackageReference >
28- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
28+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
2929 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3030 <PrivateAssets >all</PrivateAssets >
3131 </PackageReference >
3232 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
3333 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3434 <PrivateAssets >all</PrivateAssets >
3535 </PackageReference >
36- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.1 " />
37- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
36+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.2 " />
37+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
3838 <PackageReference Include =" Testably.Abstractions.Testing" Version =" 4.0.0" />
3939 <PackageReference Include =" xunit" Version =" 2.9.3" />
4040 </ItemGroup >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <PropertyGroup >
8- <TargetFrameworks >net8 .0</TargetFrameworks >
8+ <TargetFrameworks >net9 .0</TargetFrameworks >
99 <TargetFrameworks Condition =" !$([MSBuild]::IsOsUnixLike())" >$(TargetFrameworks);net48</TargetFrameworks >
1010 <IsPackable >false</IsPackable >
1111 <IsTestable >true</IsTestable >
1717 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1818 </PackageReference >
1919 <PackageReference Include =" HtmlAgilityPack" Version =" 1.11.72" />
20- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.1 " />
21- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
20+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.2 " />
21+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
2222 <PackageReference Include =" Testably.Abstractions.Testing" Version =" 4.0.0" />
2323 <PackageReference Include =" xunit" Version =" 2.9.3" />
24- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
24+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
2525 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2626 <PrivateAssets >all</PrivateAssets >
2727 </PackageReference >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <PropertyGroup >
8- <TargetFrameworks >net8 .0</TargetFrameworks >
8+ <TargetFrameworks >net9 .0</TargetFrameworks >
99 <TargetFrameworks Condition =" !$([MSBuild]::IsOsUnixLike())" >$(TargetFrameworks);net48</TargetFrameworks >
1010 <IsPackable >false</IsPackable >
1111 <IsTestable >true</IsTestable >
1717 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1818 </PackageReference >
1919 <PackageReference Include =" HtmlAgilityPack" Version =" 1.11.72" />
20- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.1 " />
21- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
20+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.2 " />
21+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
2222 <PackageReference Include =" QuikGraph" Version =" 2.5.0" />
2323 <PackageReference Include =" Testably.Abstractions.Testing" Version =" 4.0.0" />
2424 <PackageReference Include =" xunit" Version =" 2.9.3" />
25- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
25+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2727 <PrivateAssets >all</PrivateAssets >
2828 </PackageReference >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <PropertyGroup >
8- <TargetFrameworks >net8 .0</TargetFrameworks >
8+ <TargetFrameworks >net9 .0</TargetFrameworks >
99 <TargetFrameworks Condition =" !$([MSBuild]::IsOsUnixLike())" >$(TargetFrameworks);net48</TargetFrameworks >
1010 <IsPackable >false</IsPackable >
1111 <IsTestProject >false</IsTestProject >
2525 <PrivateAssets >all</PrivateAssets >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2727 </PackageReference >
28- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
28+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
2929 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3030 <PrivateAssets >all</PrivateAssets >
3131 </PackageReference >
3232 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
3333 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3434 <PrivateAssets >all</PrivateAssets >
3535 </PackageReference >
36- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.1 " />
37- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
36+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.2 " />
37+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
3838 <PackageReference Include =" Testably.Abstractions.Testing" Version =" 4.0.0" />
3939 <PackageReference Include =" xunit" Version =" 2.9.3" />
4040 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8 .0</TargetFrameworks >
4+ <TargetFrameworks >net9 .0</TargetFrameworks >
55 <TargetFrameworks Condition =" !$([MSBuild]::IsOsUnixLike())" >$(TargetFrameworks);net48</TargetFrameworks >
66 <IsPackable >false</IsPackable >
77 <IsTestProject >false</IsTestProject >
1212 <PrivateAssets >all</PrivateAssets >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 </PackageReference >
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
1616 <PackageReference Include =" xunit" Version =" 2.9.3" />
17- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
17+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
1818 <PrivateAssets >all</PrivateAssets >
1919 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2020 </PackageReference >
You can’t perform that action at this time.
0 commit comments