Skip to content

Commit

Permalink
Drop floating version as not supported by rider (or stable SDK?) yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby committed Oct 22, 2024
1 parent c5dd68b commit 6ef67a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageFloatingVersionsEnabled>true</CentralPackageFloatingVersionsEnabled>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<CentralPackagePackageVersionOverride>false</CentralPackagePackageVersionOverride>
</PropertyGroup>
Expand All @@ -12,7 +11,7 @@
<PackageVersion Include="FsToolkit.ErrorHandling" Version="4.17.0" />
<PackageVersion Include="KeepAChangelogParser" Version="1.2.4" />
<!-- 17.8.* aligns with .NET 8 SDK -->
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.8.*" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.8.3" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Semver" Version="2.3.0" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"Microsoft.Build.Utilities.Core": {
"type": "Direct",
"requested": "[17.8.*, )",
"requested": "[17.8.3, )",
"resolved": "17.8.3",
"contentHash": "ex8Sjx02q0FmForLRFItB82sJx5s2JRWIpJgYDW1g7xLUoFlKLoNp67UwS5xN8YcYBkT7vRxXeYx/dQ96KaWtg==",
"dependencies": {
Expand Down Expand Up @@ -196,7 +196,7 @@
},
"Microsoft.Build.Utilities.Core": {
"type": "Direct",
"requested": "[17.8.*, )",
"requested": "[17.8.3, )",
"resolved": "17.8.3",
"contentHash": "ex8Sjx02q0FmForLRFItB82sJx5s2JRWIpJgYDW1g7xLUoFlKLoNp67UwS5xN8YcYBkT7vRxXeYx/dQ96KaWtg==",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"Microsoft.Build.Utilities.Core": {
"type": "Direct",
"requested": "[17.8.*, )",
"requested": "[17.8.3, )",
"resolved": "17.8.3",
"contentHash": "ex8Sjx02q0FmForLRFItB82sJx5s2JRWIpJgYDW1g7xLUoFlKLoNp67UwS5xN8YcYBkT7vRxXeYx/dQ96KaWtg==",
"dependencies": {
Expand Down

0 comments on commit 6ef67a8

Please sign in to comment.