Skip to content

Commit 9513b6c

Browse files
authored
Merge pull request github#18199 from michaelnebel/csharp/updateroslyn
C#: Update Roslyn nuget dependencies.
2 parents e16adda + af22344 commit 9513b6c

File tree

10 files changed

+184
-155
lines changed

10 files changed

+184
-155
lines changed

csharp/paket.dependencies

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ framework: net9.0
22
storage: none
33
source https://api.nuget.org/v3/index.json
44
# behave like nuget in choosing transitive dependency versions
5-
strategy: min
5+
strategy: max
66

7-
nuget MessagePack >= 2.5.187
87
nuget Basic.CompilerLog.Util
98
nuget Mono.Posix.NETStandard
109
nuget Newtonsoft.Json
1110
nuget xunit
1211
nuget xunit.runner.visualstudio
1312
nuget xunit.runner.utility
1413
nuget Microsoft.NET.Test.Sdk
15-
nuget Microsoft.CodeAnalysis.CSharp 4.9.2
16-
nuget Microsoft.CodeAnalysis 4.9.2
17-
nuget Microsoft.Build 17.8.3
14+
nuget Microsoft.CodeAnalysis.CSharp 4.12.0
15+
nuget Microsoft.CodeAnalysis 4.12.0
16+
nuget Microsoft.Build 17.12.6
1817
nuget Microsoft.Win32.Primitives
1918
nuget System.Net.Primitives
2019
nuget System.Security.Principal

csharp/paket.lock

Lines changed: 123 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)