Skip to content

Commit fc90795

Browse files
committed
Use .NET 6 for CI build and test
1 parent de74d77 commit fc90795

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Build.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<Compile Include="Helpers.fs" />

paket.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source https://api.nuget.org/v3/index.json
44
storage: none
5-
framework: net5.0, netstandard2.0, netstandard2.1
5+
framework: net6.0, netstandard2.0, netstandard2.1
66

77
nuget FSharp.Core ~> 4.7
88
nuget Fable.Core.Experimental >= 4.0.0-alpha-013
@@ -22,7 +22,7 @@ group Test
2222
group Build
2323
source https://api.nuget.org/v3/index.json
2424
storage: none
25-
framework: net5.0
25+
framework: net6.0
2626

2727
nuget Fake.Core.Target
2828
nuget Fake.IO.FileSystem

paket.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
STORAGE: NONE
2-
RESTRICTION: || (== net5.0) (== netstandard2.0) (== netstandard2.1)
2+
RESTRICTION: || (== net6.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
55
Fable.Core.Experimental (4.0.0-alpha-013)
66
FSharp.Core (4.7.2)
77

88
GROUP Build
99
STORAGE: NONE
10-
RESTRICTION: == net5.0
10+
RESTRICTION: == net6.0
1111
NUGET
1212
remote: https://api.nuget.org/v3/index.json
1313
Fake.Core.CommandLineParsing (5.20.4)
@@ -54,9 +54,7 @@ NUGET
5454
System.Reactive (>= 5.0)
5555
FSharp.Core (6.0.1)
5656
System.Collections.Immutable (6.0)
57-
System.Memory (>= 4.5.4)
5857
System.Runtime.CompilerServices.Unsafe (>= 6.0)
59-
System.Memory (4.5.4)
6058
System.Reactive (5.0)
6159
System.Runtime.CompilerServices.Unsafe (6.0)
6260

0 commit comments

Comments
 (0)