Skip to content

Commit

Permalink
Move nuget from version 6.4.2 to 6.4.3 (#14509)
Browse files Browse the repository at this point in the history
Co-authored-by: David Foster (DEVOPS) false <[email protected]>
  • Loading branch information
chcosta and davfost authored Feb 29, 2024
1 parent c9bbc4b commit 0f00762
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<McMasterExtensionsCommandLineUtils>2.3.0</McMasterExtensionsCommandLineUtils>
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
<SystemTextJsonVersion>4.7.0</SystemTextJsonVersion>
<NuGetVersioningVersion>6.4.2</NuGetVersioningVersion>
<NuGetVersioningVersion>6.4.3</NuGetVersioningVersion>
<NuGetVersion>$(NuGetVersioningVersion)</NuGetVersion>
<OctokitVersion>0.32.0</OctokitVersion>
<DotNetSleetLibVersion>2.2.143</DotNetSleetLibVersion>
Expand Down
4 changes: 4 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"sdk": {
"version": "7.0.116",
"rollForward": "latestFeature"
},
"tools": {
"dotnet": "7.0.116"
},
Expand Down

0 comments on commit 0f00762

Please sign in to comment.