Skip to content

Commit

Permalink
Workaround build errors in latest Rider SDK (downgrade to 2024.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichb committed Sep 3, 2024
1 parent 1330084 commit 1bf5524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/PluginAndTests.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ReSharperVersionYY>$([System.Text.RegularExpressions.Regex]::Match($(ReSharperVersionIdentifier), $(_ReSharperVersionIdentifierRegex)).Groups[2].Value)</ReSharperVersionYY>
<ReSharperVersionMinor>$([System.Text.RegularExpressions.Regex]::Match($(ReSharperVersionIdentifier), $(_ReSharperVersionIdentifierRegex)).Groups[3].Value)</ReSharperVersionMinor>

<SdkNuGetPackageVersion>$(ReSharperVersionYYYY).$(ReSharperVersionMinor).*-*</SdkNuGetPackageVersion>
<SdkNuGetPackageVersion>$(ReSharperVersionYYYY).$(ReSharperVersionMinor).2</SdkNuGetPackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 1bf5524

Please sign in to comment.