File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 22
33source https://api.nuget.org/v3/index.json
44storage: none
5- framework: net5 .0, netstandard2.0, netstandard2.1
5+ framework: net6 .0, netstandard2.0, netstandard2.1
66
77nuget FSharp.Core ~> 4.7
88nuget Fable.Core.Experimental >= 4.0.0-alpha-013
@@ -22,7 +22,7 @@ group Test
2222group 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
Original file line number Diff line number Diff line change 11STORAGE: NONE
2- RESTRICTION: || (== net5 .0) (== netstandard2.0) (== netstandard2.1)
2+ RESTRICTION: || (== net6 .0) (== netstandard2.0) (== netstandard2.1)
33NUGET
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
88GROUP Build
99STORAGE: NONE
10- RESTRICTION: == net5 .0
10+ RESTRICTION: == net6 .0
1111NUGET
1212 remote: https://api.nuget.org/v3/index.json
1313 Fake.Core.CommandLineParsing (5.20.4)
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
You can’t perform that action at this time.
0 commit comments