|
6 | 6 | <RootNamespace>AET.ModVerifyTool</RootNamespace> |
7 | 7 | <AssemblyName>ModVerify</AssemblyName> |
8 | 8 | <ApplicationIcon>$(RepoRootPath)aet.ico</ApplicationIcon> |
9 | | - <Title>AET.ModVerify.CommandLine</Title> |
10 | | - <Product>AET.ModVerify</Product> |
11 | | - <Description>Application that allows to verify to verify game modifications for Empire at War / Forces of Corruption against a set of common rules.</Description> |
12 | 9 | <PackageId>AlamoEngineTools.ModVerify.CliApp</PackageId> |
| 10 | + </PropertyGroup> |
| 11 | + |
| 12 | + <PropertyGroup> |
| 13 | + <Title>ModVerify Console Application</Title> |
| 14 | + <Product>AET.ModVerify</Product> |
| 15 | + <Description>Console application that analyzes game modifications for Empire at War / Forces of Corruption for common errors.</Description> |
13 | 16 | <PackageTags>alamo,petroglyph,glyphx</PackageTags> |
14 | 17 | </PropertyGroup> |
15 | 18 |
|
| 19 | + <PropertyGroup> |
| 20 | + <InvariantGlobalization>true</InvariantGlobalization> |
| 21 | + <SatelliteResourceLanguages>en</SatelliteResourceLanguages> |
| 22 | + </PropertyGroup> |
| 23 | + |
16 | 24 | <ItemGroup> |
17 | 25 | <PackageReference Include="AlamoEngineTools.PG.StarWarsGame.Infrastructure" Version="4.0.35" /> |
18 | 26 | <PackageReference Include="AlamoEngineTools.PG.StarWarsGame.Infrastructure.Steam" Version="4.0.35" /> |
19 | 27 | <PackageReference Include="Figgle" Version="0.5.1" /> |
| 28 | + <PackageReference Include="IndexRange" Version="1.0.3" Condition="$(TargetFramework) == 'net48'"> |
| 29 | + <PrivateAssets>all</PrivateAssets> |
| 30 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 31 | + </PackageReference> |
20 | 32 | <PackageReference Include="Nullable" Version="1.3.1"> |
21 | 33 | <PrivateAssets>all</PrivateAssets> |
22 | 34 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
28 | 40 | <PrivateAssets>all</PrivateAssets> |
29 | 41 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
30 | 42 | </PackageReference> |
31 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.3" /> |
32 | | - <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3" /> |
33 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" /> |
34 | | - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" /> |
35 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.3" /> |
| 43 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.5" /> |
| 44 | + <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.5" /> |
| 45 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.5" /> |
| 46 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.5" /> |
| 47 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.5" /> |
36 | 48 | <PackageReference Include="IsExternalInit" Version="1.0.3"> |
37 | 49 | <PrivateAssets>all</PrivateAssets> |
38 | 50 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
39 | 51 | </PackageReference> |
40 | 52 | <PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" /> |
41 | | - <PackageReference Include="Serilog.Sinks.File" Version="6.0.0" /> |
| 53 | + <PackageReference Include="Serilog.Sinks.File" Version="7.0.0" /> |
42 | 54 | <PackageReference Include="Serilog.Extensions.Logging.File" Version="3.0.0" /> |
43 | 55 | <PackageReference Include="Required" Version="1.0.0"> |
44 | 56 | <PrivateAssets>all</PrivateAssets> |
|
53 | 65 | </PropertyGroup> |
54 | 66 |
|
55 | 67 | <ItemGroup> |
56 | | - <!--<ProjectReference Include="..\..\..\ModdingToolBase\src\Updater\AppUpdaterFramework\AppUpdaterFramework.csproj" />--> |
57 | 68 | <ProjectReference Include="..\ModVerify\ModVerify.csproj" /> |
58 | 69 | </ItemGroup> |
59 | 70 |
|
|
0 commit comments