We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a2ef9 commit 185cec8Copy full SHA for 185cec8
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt
@@ -188,13 +188,13 @@ object IdeVersions {
188
)
189
),
190
rider = RiderProfile(
191
- sdkVersion = "2023.2-EAP10-SNAPSHOT",
+ sdkVersion = "2023.2",
192
plugins = commonPlugins223 + listOf(
193
"rider-plugins-appender" // Workaround for https://youtrack.jetbrains.com/issue/IDEA-179607
194
195
netFrameworkTarget = "net472",
196
rdGenVersion = "2023.2.3",
197
- nugetVersion = "2023.2.0-eap10"
+ nugetVersion = "2023.2.0"
198
199
200
0 commit comments