|
15 | 15 | <GitHubActionsTestLoggerVersion>2.4.*</GitHubActionsTestLoggerVersion> |
16 | 16 | <InheritDocVersion>2.0.*</InheritDocVersion> |
17 | 17 | <SourceLinkVersion>8.0.*</SourceLinkVersion> |
| 18 | + <SystemTextJsonVersion>9.0.*</SystemTextJsonVersion> |
18 | 19 | <TestSdkVersion>17.11.*</TestSdkVersion> |
19 | 20 | <XunitVersion>2.9.*</XunitVersion> |
20 | 21 | <XunitVisualStudioVersion>2.8.*</XunitVisualStudioVersion> |
|
28 | 29 | <AspNetCoreVersion>9.0.*</AspNetCoreVersion> |
29 | 30 | <EntityFrameworkCoreVersion>9.0.*</EntityFrameworkCoreVersion> |
30 | 31 | <EntityFrameworkCorePomeloVersion>9.0.0-*</EntityFrameworkCorePomeloVersion> |
31 | | - <SystemTextJsonVersion>$(AspNetCoreVersion)</SystemTextJsonVersion> |
32 | 32 | </PropertyGroup> |
33 | 33 |
|
34 | 34 | <PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
|
39 | 39 | <AspNetCoreVersion>8.0.*</AspNetCoreVersion> |
40 | 40 | <EntityFrameworkCoreVersion>8.0.*</EntityFrameworkCoreVersion> |
41 | 41 | <EntityFrameworkCorePomeloVersion>$(EntityFrameworkCoreVersion)</EntityFrameworkCorePomeloVersion> |
42 | | - <SystemTextJsonVersion>$(AspNetCoreVersion)</SystemTextJsonVersion> |
43 | | - </PropertyGroup> |
44 | | - |
45 | | - <PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'"> |
46 | | - <!-- Published dependencies (only update on major version change) --> |
47 | | - <EntityFrameworkCoreFrozenVersion>6.0.0</EntityFrameworkCoreFrozenVersion> |
48 | | - |
49 | | - <!-- Non-published dependencies (these are safe to update, won't cause a breaking change) --> |
50 | | - <AspNetCoreVersion>6.0.*</AspNetCoreVersion> |
51 | | - <DateOnlyTimeOnlyVersion>2.1.*</DateOnlyTimeOnlyVersion> |
52 | | - <EntityFrameworkCoreVersion>7.0.*</EntityFrameworkCoreVersion> |
53 | | - <EntityFrameworkCorePomeloVersion>$(EntityFrameworkCoreVersion)</EntityFrameworkCorePomeloVersion> |
54 | | - <SystemTextJsonVersion>8.0.*</SystemTextJsonVersion> |
55 | 42 | </PropertyGroup> |
56 | 43 | </Project> |
0 commit comments