Skip to content

Commit

Permalink
Update ODL version to 8.0.0-preview.3 (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethOkerio authored Jun 5, 2024
1 parent 991a8af commit 62d81a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/builder.versions.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<VersionMajor Condition="'$(VersionMajor)' == ''">9</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''">preview.1</VersionRelease>
<VersionRelease Condition="'$(VersionRelease)' == ''">preview.2</VersionRelease>
</PropertyGroup>

<!-- For NuGet Package Dependencies -->
<PropertyGroup>
<ODataLibPackageDependency>[7.20.0, 8.0.0)</ODataLibPackageDependency>
<ODataLibPackageDependency>[8.0.0-preview.3, 9.0.0)</ODataLibPackageDependency>
<ODataModelBuilderPackageDependency>[1.0.9, 2.0.0)</ODataModelBuilderPackageDependency>
</PropertyGroup>

Expand Down

0 comments on commit 62d81a0

Please sign in to comment.