Skip to content

Commit

Permalink
Merge pull request #2235 from OmniSharp/bugfix/nuget-versions
Browse files Browse the repository at this point in the history
Nuget 6.0.0-preview.4.220 -> 6.0.0-preview.4.230
  • Loading branch information
JoeRobich committed Sep 15, 2021
2 parents fef3f06 + a67c6af commit 657b064
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
<package id="Microsoft.Net.Compilers.Toolset" version="4.0.0-4.21427.11" />

<!-- These packages should match the "NuGetBuildTasksPackageVersion" property -->
<package id="Microsoft.Build.NuGetSdkResolver" version="6.0.0-preview.4.220" />
<package id="NuGet.Build.Tasks" version="6.0.0-preview.4.220" />
<package id="NuGet.Commands" version="6.0.0-preview.4.220" />
<package id="NuGet.Credentials" version="6.0.0-preview.4.220" />
<package id="NuGet.Frameworks" version="6.0.0-preview.4.220" />
<package id="Microsoft.Build.NuGetSdkResolver" version="6.0.0-preview.4.230" />
<package id="NuGet.Build.Tasks" version="6.0.0-preview.4.230" />
<package id="NuGet.Commands" version="6.0.0-preview.4.230" />
<package id="NuGet.Credentials" version="6.0.0-preview.4.230" />
<package id="NuGet.Frameworks" version="6.0.0-preview.4.230" />

<!-- This package should match the "NewtonsoftJsonPackageVersion" property-->
<package id="Newtonsoft.Json" version="13.0.1" />
Expand Down

0 comments on commit 657b064

Please sign in to comment.