File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ nuget Fable.Core ~> 4.1
1010group Test
1111 source https://api.nuget.org/v3/index.json
1212 storage: none
13- framework: net8 .0
13+ framework: net9 .0
1414
1515 nuget FSharp.Core
1616 nuget Fable.Core ~> 4.1
1717 nuget Microsoft.NET.Test.Sdk ~> 16
18- nuget XUnit ~> 2
18+ nuget xunit ~> 2
1919 nuget xunit.runner.visualstudio ~> 2
2020
2121
Original file line number Diff line number Diff line change 5959
6060GROUP Test
6161STORAGE: NONE
62- RESTRICTION: == net8 .0
62+ RESTRICTION: == net9 .0
6363NUGET
6464 remote: https://api.nuget.org/v3/index.json
6565 Fable.Core (4.5)
7474 Microsoft.TestPlatform.ObjectModel (>= 17.14.1)
7575 Newtonsoft.Json (>= 13.0.3)
7676 Newtonsoft.Json (13.0.3)
77- System.Collections.Immutable (9.0.6)
7877 System.Reflection.Metadata (9.0.6)
79- System.Collections.Immutable (>= 9.0.6)
8078 xunit (2.9.3)
8179 xunit.analyzers (>= 1.18)
8280 xunit.assert (>= 2.9.3)
Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ Fable.Core
55
66Microsoft.NET.Test.Sdk
77
8- XUnit
9-
8+ xunit
109xunit.runner.visualstudio
You can’t perform that action at this time.
0 commit comments