|
13 | 13 | <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
14 | 14 | </PropertyGroup> |
15 | 15 |
|
16 | | - <PropertyGroup> |
17 | | - <!-- Published dependencies (only update on major version change) --> |
18 | | - <TargetFrameworkName>net6.0</TargetFrameworkName> |
19 | | - <CodeAnalysisFrozenVersion>4.1.0</CodeAnalysisFrozenVersion> |
20 | | - <DemystifierFrozenVersion>0.4.1</DemystifierFrozenVersion> |
21 | | - <EntityFrameworkCoreFrozenVersion>6.0.0</EntityFrameworkCoreFrozenVersion> |
22 | | - <HumanizerFrozenVersion>2.14.1</HumanizerFrozenVersion> |
23 | | - |
24 | | - <!-- Non-published dependencies (these are safe to update, won't cause a breaking change) --> |
25 | | - <AspNetCoreVersion>6.0.*</AspNetCoreVersion> |
26 | | - <BenchmarkDotNetVersion>0.13.*</BenchmarkDotNetVersion> |
27 | | - <BogusVersion>34.0.*</BogusVersion> |
28 | | - <CSharpGuidelinesAnalyzerVersion>3.8.*</CSharpGuidelinesAnalyzerVersion> |
29 | | - <CodeAnalysisVersion>4.7.*</CodeAnalysisVersion> |
30 | | - <CoverletVersion>6.0.*</CoverletVersion> |
31 | | - <DapperVersion>2.1.*</DapperVersion> |
32 | | - <DateOnlyTimeOnlyVersion>2.1.*</DateOnlyTimeOnlyVersion> |
33 | | - <EntityFrameworkCoreVersion>7.0.*</EntityFrameworkCoreVersion> |
34 | | - <FluentAssertionsVersion>6.12.*</FluentAssertionsVersion> |
35 | | - <GitHubActionsTestLoggerVersion>2.3.*</GitHubActionsTestLoggerVersion> |
36 | | - <InheritDocVersion>1.3.*</InheritDocVersion> |
37 | | - <JetBrainsAnnotationsVersion>2023.3.*</JetBrainsAnnotationsVersion> |
38 | | - <NpgsqlVersion>7.0.*</NpgsqlVersion> |
39 | | - <SourceLinkVersion>8.0.*</SourceLinkVersion> |
40 | | - <SystemTextJsonVersion>7.0.*</SystemTextJsonVersion> |
41 | | - <TestSdkVersion>17.8.*</TestSdkVersion> |
42 | | - <XunitVersion>2.5.*</XunitVersion> |
43 | | - </PropertyGroup> |
44 | | - |
45 | 16 | <ItemGroup> |
46 | | - <PackageReference Include="JetBrains.Annotations" Version="$(JetBrainsAnnotationsVersion)" PrivateAssets="All" /> |
47 | | - <PackageReference Include="CSharpGuidelinesAnalyzer" Version="$(CSharpGuidelinesAnalyzerVersion)" PrivateAssets="All" /> |
| 17 | + <PackageReference Include="JetBrains.Annotations" Version="2023.3.*" PrivateAssets="All" /> |
| 18 | + <PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.8.*" PrivateAssets="All" /> |
48 | 19 | <AdditionalFiles Include="$(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible="False" /> |
49 | 20 | </ItemGroup> |
50 | 21 |
|
51 | 22 | <PropertyGroup> |
52 | 23 | <Nullable>enable</Nullable> |
| 24 | + <LangVersion>latest</LangVersion> |
53 | 25 | <ImplicitUsings>enable</ImplicitUsings> |
54 | 26 | <IsPackable>false</IsPackable> |
55 | 27 | <WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject> |
|
0 commit comments