We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9a4f2 commit d2e0d7bCopy full SHA for d2e0d7b
Directory.Build.props
@@ -1,9 +1,9 @@
1
<Project>
2
<PropertyGroup>
3
- <NetCoreAppVersion>net5.0</NetCoreAppVersion>
4
- <AspNetCoreVersion>5.0.*</AspNetCoreVersion>
5
- <EFCoreVersion>5.0.*</EFCoreVersion>
6
- <NpgsqlPostgreSQLVersion>5.0.*</NpgsqlPostgreSQLVersion>
+ <NetCoreAppVersion>net6.0</NetCoreAppVersion>
+ <AspNetCoreVersion>6.0.*</AspNetCoreVersion>
+ <EFCoreVersion>6.0.*</EFCoreVersion>
+ <NpgsqlPostgreSQLVersion>6.0.*</NpgsqlPostgreSQLVersion>
7
<MicrosoftCodeAnalysisVersion>3.*</MicrosoftCodeAnalysisVersion>
8
<HumanizerVersion>2.11.10</HumanizerVersion>
9
<JsonApiDotNetCoreVersionPrefix>5.0.0</JsonApiDotNetCoreVersionPrefix>
0 commit comments