File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
JsonApiDotNetCore.Annotations Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2929 <LangVersion >preview</LangVersion >
3030 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
3131 <NuGetAuditMode >direct</NuGetAuditMode >
32- <NoWarn >$(NoWarn);NU1608;NETSDK1215 </NoWarn >
32+ <NoWarn >$(NoWarn);NU5104;NU1608 </NoWarn >
3333 </PropertyGroup >
3434
3535 <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <ServerGarbageCollection >true</ServerGarbageCollection >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 2222
2323 <PropertyGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
2424 <!-- Published dependencies (only update on major version change) -->
25- <EntityFrameworkCoreFrozenVersion >N/A </EntityFrameworkCoreFrozenVersion >
25+ <EntityFrameworkCoreFrozenVersion >9.0.0-rtm.24508.5 </EntityFrameworkCoreFrozenVersion >
2626
2727 <!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
2828 <AspNetCoreVersion >9.0.*-*</AspNetCoreVersion >
29- <EntityFrameworkCoreVersion >9.0.0-rtm.24508.5 </EntityFrameworkCoreVersion >
29+ <EntityFrameworkCoreVersion >$(EntityFrameworkCoreFrozenVersion) </EntityFrameworkCoreVersion >
3030 <EntityFrameworkCorePostgreSQLVersion >9.0.0-rc.2</EntityFrameworkCorePostgreSQLVersion >
3131 <EntityFrameworkCorePomeloVersion >9.0.0-*</EntityFrameworkCorePomeloVersion >
3232 <SystemTextJsonVersion >$(AspNetCoreVersion)</SystemTextJsonVersion >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net8.0;net6.0;netstandard1 .0</TargetFrameworks >
3+ <TargetFrameworks >net9.0; net8.0;net6.0;netstandard2 .0</TargetFrameworks >
44 <IsPackable >true</IsPackable >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 <RootNamespace >JsonApiDotNetCore</RootNamespace >
3131
3232 <!-- We multi-target against NetStandard solely to enable consumers to share their models project with .NET Framework code. -->
3333
34- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1 .0' " >
34+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2 .0' " >
3535 <Using Remove =" System.Net.Http" />
3636 </ItemGroup >
3737
38- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1 .0' " >
38+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2 .0' " >
3939 <Compile Remove =" **/*.cs" />
4040 <Compile Include =" **/*.shared.cs" />
4141 <Compile Include =" **/*.netstandard.cs" />
4242 </ItemGroup >
4343
44- <ItemGroup Condition =" '$(TargetFramework)' != 'netstandard1 .0' " >
44+ <ItemGroup Condition =" '$(TargetFramework)' != 'netstandard2 .0' " >
4545 <Compile Remove =" **/*.netstandard.cs" />
4646 <None Include =" **/*.netstandard.cs" />
4747 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net8.0;net6.0</TargetFrameworks >
3+ <TargetFrameworks >net9.0; net8.0;net6.0</TargetFrameworks >
44 <IsPackable >true</IsPackable >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments