File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8 .0.0" ,
3
+ "version" : " 9 .0.0" ,
4
4
"rollForward" : " latestFeature" ,
5
5
"allowPrerelease" : true
6
6
},
Original file line number Diff line number Diff line change 21
21
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
22
22
<Configurations >Debug;Release;Fable;Test</Configurations >
23
23
<Platforms >AnyCPU</Platforms >
24
- <LangVersion >8 .0</LangVersion >
24
+ <LangVersion >9 .0</LangVersion >
25
25
<LangVersion Condition =" '$(Configuration)' == 'Fable' " >6.0</LangVersion >
26
26
27
27
<DefineConstants Condition =" '$(Configuration)' == 'Test'" >$(DefineConstants);TEST_TRACE</DefineConstants >
28
28
<DefineConstants Condition =" '$(Configuration)' == 'Fable'" >$(DefineConstants);FABLE_COMPILER</DefineConstants >
29
29
<DefineConstants Condition =" '$(Configuration)' == 'Fable4'" >$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_4</DefineConstants >
30
30
<TargetFramework >net8.0</TargetFramework >
31
31
<!-- <OutputPath>..\..\bin</OutputPath>-->
32
- </PropertyGroup >
32
+ </PropertyGroup >
33
33
<ItemGroup >
34
34
<Compile Include =" Internals.fs" />
35
35
<Compile Include =" Extensions/Option.fs" />
125
125
<Content Include =" Math/*.fs" PackagePath =" fable/Math" />
126
126
<Content Include =" Data/*.fs" PackagePath =" fable/Data" />
127
127
</ItemGroup >
128
-
129
- <ItemGroup >
130
- <PackageReference Update =" FSharp.Core" Version =" 6.0.6" />
131
- </ItemGroup >
132
128
</Project >
You can’t perform that action at this time.
0 commit comments