File tree Expand file tree Collapse file tree
tests/FSharp.Data.Core.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 timeout-minutes : 10
1414 steps :
1515 - uses : actions/checkout@v6
16- - name : Setup .NET 10
16+ - name : Setup .NET
1717 uses : actions/setup-dotnet@v5
1818 with :
19- dotnet-version : 10.0.201
19+ dotnet-version-file : global.json
2020 - name : Cache NuGet packages
2121 uses : actions/cache@v5
2222 with :
@@ -37,10 +37,10 @@ jobs:
3737 timeout-minutes : 40
3838 steps :
3939 - uses : actions/checkout@v6
40- - name : Setup .NET 10
40+ - name : Setup .NET
4141 uses : actions/setup-dotnet@v5
4242 with :
43- dotnet-version : 10.0.201
43+ dotnet-version-file : global.json
4444 - name : Cache NuGet packages
4545 uses : actions/cache@v5
4646 with :
@@ -63,10 +63,10 @@ jobs:
6363 timeout-minutes : 40
6464 steps :
6565 - uses : actions/checkout@v6
66- - name : Setup .NET 10
66+ - name : Setup .NET
6767 uses : actions/setup-dotnet@v5
6868 with :
69- dotnet-version : 10.0.201
69+ dotnet-version-file : global.json
7070 - name : Cache NuGet packages
7171 uses : actions/cache@v5
7272 with :
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - uses : actions/checkout@v6
20- - name : Setup .NET 10
20+ - name : Setup .NET
2121 uses : actions/setup-dotnet@v5
2222 with :
23- dotnet-version : 10.0.201
23+ dotnet-version-file : global.json
2424 - name : Cache NuGet packages
2525 uses : actions/cache@v5
2626 with :
Original file line number Diff line number Diff line change 4444 <Compile Include =" HtmlAttributeExtensions.fs" />
4545 <Compile Include =" HtmlCssSelectors.fs" />
4646 <Compile Include =" HtmlTableCell.fs" />
47+ <Compile Include =" StructuralInference.fs" />
4748 <Compile Include =" StructuralTypes.fs" />
4849 <Compile Include =" BaseTypesHtmlDocument.fs" />
4950 <Compile Include =" BaseTypesHtmlGenerics.fs" />
You can’t perform that action at this time.
0 commit comments