Skip to content

Commit

Permalink
Merge pull request #18199 from michaelnebel/csharp/updateroslyn
Browse files Browse the repository at this point in the history
C#: Update Roslyn nuget dependencies.
  • Loading branch information
michaelnebel authored Dec 6, 2024
2 parents e16adda + af22344 commit 9513b6c
Show file tree
Hide file tree
Showing 10 changed files with 184 additions and 155 deletions.
9 changes: 4 additions & 5 deletions csharp/paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ framework: net9.0
storage: none
source https://api.nuget.org/v3/index.json
# behave like nuget in choosing transitive dependency versions
strategy: min
strategy: max

nuget MessagePack >= 2.5.187
nuget Basic.CompilerLog.Util
nuget Mono.Posix.NETStandard
nuget Newtonsoft.Json
nuget xunit
nuget xunit.runner.visualstudio
nuget xunit.runner.utility
nuget Microsoft.NET.Test.Sdk
nuget Microsoft.CodeAnalysis.CSharp 4.9.2
nuget Microsoft.CodeAnalysis 4.9.2
nuget Microsoft.Build 17.8.3
nuget Microsoft.CodeAnalysis.CSharp 4.12.0
nuget Microsoft.CodeAnalysis 4.12.0
nuget Microsoft.Build 17.12.6
nuget Microsoft.Win32.Primitives
nuget System.Net.Primitives
nuget System.Security.Principal
Expand Down
216 changes: 123 additions & 93 deletions csharp/paket.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9513b6c

Please sign in to comment.