|
1 | 1 | <Project> |
2 | 2 | <PropertyGroup Label="Settings"> |
3 | 3 | <Deterministic>true</Deterministic> |
4 | | - <LangVersion>10</LangVersion> |
| 4 | + <LangVersion>12</LangVersion> |
5 | 5 | <DebugSymbols>true</DebugSymbols> |
6 | 6 | <DebugType>embedded</DebugType> |
7 | 7 | <MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip> |
|
15 | 15 |
|
16 | 16 | <PropertyGroup Label="Package Information"> |
17 | 17 | <Description>A library that makes it easier to create beautiful console applications.</Description> |
18 | | - <Copyright>Patrik Svensson, Phil Scott, Nils Andresen</Copyright> |
19 | | - <Authors>Patrik Svensson, Phil Scott, Nils Andresen</Authors> |
| 18 | + <Copyright>Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi, Frank Ray</Copyright> |
| 19 | + <Authors>Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi, Frank Ray</Authors> |
20 | 20 | <RepositoryType>git</RepositoryType> |
21 | 21 | <RepositoryUrl>https://github.com/spectreconsole/spectre.console</RepositoryUrl> |
22 | 22 | <PackageIcon>small-logo.png</PackageIcon> |
|
33 | 33 |
|
34 | 34 | <!-- Allow folks to build with minimal dependencies (though they will need to provide their own Version data) --> |
35 | 35 | <ItemGroup Label="Build Tools Package References" Condition="'$(UseBuildTimeTools)' != 'false'"> |
36 | | - <PackageReference Include="MinVer" PrivateAssets="All" Version="4.2.0" /> |
37 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="1.1.1" /> |
38 | | - <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435"> |
| 36 | + <PackageReference Include="MinVer" PrivateAssets="All" Version="4.3.0" /> |
| 37 | + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="8.0.0" /> |
| 38 | + <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556"> |
39 | 39 | <PrivateAssets>All</PrivateAssets> |
40 | 40 | </PackageReference> |
41 | | - <PackageReference Include="Roslynator.Analyzers" Version="4.1.2"> |
| 41 | + <PackageReference Include="Roslynator.Analyzers" Version="4.10.0"> |
42 | 42 | <PrivateAssets>All</PrivateAssets> |
43 | 43 | </PackageReference> |
44 | 44 | </ItemGroup> |
|
0 commit comments