Skip to content

Commit 796c8d3

Browse files
authored
Merge pull request #2495 from digma-ai/update-build-profiles-2024.2.1
update-build-profiles-2024.2.1
2 parents ec79275 + dba5e76 commit 796c8d3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

common-build-logic/src/main/kotlin/common/BuildProfile.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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",

rider/Digma.Rider.Plugin/Plugin.Test.props.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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>

0 commit comments

Comments
 (0)