File tree 5 files changed +9
-9
lines changed
JsonApiDotNetCore.Annotations
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 29
29
<LangVersion >preview</LangVersion >
30
30
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
31
31
<NuGetAuditMode >direct</NuGetAuditMode >
32
- <NoWarn >$(NoWarn);NU1608;NETSDK1215 </NoWarn >
32
+ <NoWarn >$(NoWarn);NU5104;NU1608 </NoWarn >
33
33
</PropertyGroup >
34
34
35
35
<PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<ServerGarbageCollection >true</ServerGarbageCollection >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change 22
22
23
23
<PropertyGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
24
24
<!-- Published dependencies (only update on major version change) -->
25
- <EntityFrameworkCoreFrozenVersion >N/A </EntityFrameworkCoreFrozenVersion >
25
+ <EntityFrameworkCoreFrozenVersion >9.0.0-rtm.24508.5 </EntityFrameworkCoreFrozenVersion >
26
26
27
27
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
28
28
<AspNetCoreVersion >9.0.*-*</AspNetCoreVersion >
29
- <EntityFrameworkCoreVersion >9.0.0-rtm.24508.5 </EntityFrameworkCoreVersion >
29
+ <EntityFrameworkCoreVersion >$(EntityFrameworkCoreFrozenVersion) </EntityFrameworkCoreVersion >
30
30
<EntityFrameworkCorePostgreSQLVersion >9.0.0-rc.2</EntityFrameworkCorePostgreSQLVersion >
31
31
<EntityFrameworkCorePomeloVersion >9.0.0-*</EntityFrameworkCorePomeloVersion >
32
32
<SystemTextJsonVersion >$(AspNetCoreVersion)</SystemTextJsonVersion >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net8.0;net6.0;netstandard1 .0</TargetFrameworks >
3
+ <TargetFrameworks >net9.0; net8.0;net6.0;netstandard2 .0</TargetFrameworks >
4
4
<IsPackable >true</IsPackable >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
<RootNamespace >JsonApiDotNetCore</RootNamespace >
31
31
32
32
<!-- We multi-target against NetStandard solely to enable consumers to share their models project with .NET Framework code. -->
33
33
34
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1 .0' " >
34
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2 .0' " >
35
35
<Using Remove =" System.Net.Http" />
36
36
</ItemGroup >
37
37
38
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1 .0' " >
38
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2 .0' " >
39
39
<Compile Remove =" **/*.cs" />
40
40
<Compile Include =" **/*.shared.cs" />
41
41
<Compile Include =" **/*.netstandard.cs" />
42
42
</ItemGroup >
43
43
44
- <ItemGroup Condition =" '$(TargetFramework)' != 'netstandard1 .0' " >
44
+ <ItemGroup Condition =" '$(TargetFramework)' != 'netstandard2 .0' " >
45
45
<Compile Remove =" **/*.netstandard.cs" />
46
46
<None Include =" **/*.netstandard.cs" />
47
47
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net8.0;net6.0</TargetFrameworks >
3
+ <TargetFrameworks >net9.0; net8.0;net6.0</TargetFrameworks >
4
4
<IsPackable >true</IsPackable >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments