File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
common-build-logic/src/main/kotlin/common Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ object BuildProfiles {
189189
190190 Profile .p242 to BuildProfile (
191191 profile = Profile .p242,
192- platformVersion = " 2024.2.0.2 " ,
193- riderVersion = " 2024.2.2 " ,
192+ platformVersion = " 2024.2.1 " ,
193+ riderVersion = " 2024.2.3 " ,
194194 pycharmVersion = " 2024.2" ,
195195 riderTargetFramework = " net8.0" ,
196196 riderResharperVersionConstant = " PROFILE_2023_2" ,
@@ -206,8 +206,8 @@ object BuildProfiles {
206206 Profile .p243 to BuildProfile (
207207 isEAP = true ,
208208 profile = Profile .p243,
209- platformVersion = " 2024.2.0.2 " ,
210- riderVersion = " 2024.2.2 " ,
209+ platformVersion = " 2024.2.1 " ,
210+ riderVersion = " 2024.2.3 " ,
211211 pycharmVersion = " 2024.2" ,
212212 riderTargetFramework = " net8.0" ,
213213 riderResharperVersionConstant = " PROFILE_2023_2" ,
Original file line number Diff line number Diff line change 1111 <!-- when building 241 and above compileDotnet complains about this package version. so we set the version
1212 according to rider version. to reproduce remove this and build with 241 -->
1313 <PackageReference Include="System.Diagnostics.TraceSource" Version="@TRACE_SOURCE_VERSION@" />
14+ <PackageReference Include="Microsoft.NETCore.Platforms" Version="3.1.0" PrivateAssets="All" />
1415 </ItemGroup>
1516
1617</Project>
You can’t perform that action at this time.
0 commit comments