dotnet / roslyn-tools

Tools used in Roslyn based repos
MIT License
103 stars 75 forks source link

Fix package verisons #1388

Closed genlu closed 3 months ago

genlu commented 4 months ago

Fix restore error in local build

C:\Users\gel\roslyn-tools\src\RoslynInsertionTool\RoslynInsertionTool\RoslynInsertionTool.csproj : error NU1603: Roslyn InsertionTool depends on System.IdentityModel.Tokens.Jwt (>= 5.7.0) but System.IdentityModel.Tokens.Jwt 5.7.0 was not f ound. An approximate best match of System.IdentityModel.Tokens.Jwt 6.10.0 was resolved. [C:\Users\gel\roslyn-tools\Rosl ynTools.sln] C:\Users\gel\roslyn-tools\src\RoslynInsertionTool\RoslynInsertionTool.Commandline\RIT.csproj : error NU1603: RoslynInse rtionTool depends on System.IdentityModel.Tokens.Jwt (>= 5.7.0) but System.IdentityModel.Tokens.Jwt 5.7.0 was not found . An approximate best match of System.IdentityModel.Tokens.Jwt 6.10.0 was resolved. [C:\Users\gel\roslyn-tools\RoslynTo ols.sln] C:\Users\gel\roslyn-tools\src\dotnet-roslyn-tools\Microsoft.RoslynTools.csproj : error NU1603: Microsoft.RoslynTools de pends on NuGet.Protocol (>= 6.2.4) but NuGet.Protocol 6.2.4 was not found. An approximate best match of NuGet.Protocol 6.3.0 was resolved. [C:\Users\gel\roslyn-tools\RoslynTools.sln]