Skip to content

Commit 87b77d3

Browse files
authored
build: Use .NET 10 (#159)
1 parent 826629e commit 87b77d3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

examples/flask/src/Flask.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<GenerateProgramFile>false</GenerateProgramFile>
66
<Author>Dag Brattli</Author>
77
<Copyright>Dag Brattli</Copyright>

examples/pydantic/PydanticExample.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77
<ItemGroup>

examples/timeflies/TimeFlies.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<WarnOn>3390;$(WarnOn)</WarnOn>
77
</PropertyGroup>
88
<ItemGroup>

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group Test
2020
group Examples
2121
source https://api.nuget.org/v3/index.json
2222
storage: none
23-
framework: net9.0
23+
framework: net10.0
2424

2525
nuget FSharp.Core
2626
nuget Fable.Core 5.0.0-beta.4

paket.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ NUGET
44
remote: https://api.nuget.org/v3/index.json
55
Fable.Core (5.0.0-beta.4)
66
FSharp.Core (>= 4.7.2)
7-
FSharp.Core (4.7.2)
7+
FSharp.Core (10.0.100)
88

99
GROUP Examples
1010
STORAGE: NONE
11-
RESTRICTION: == net9.0
11+
RESTRICTION: == net10.0
1212
NUGET
1313
remote: https://api.nuget.org/v3/index.json
1414
Fable.Core (5.0.0-beta.4)

0 commit comments

Comments
 (0)