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 11{
22 "sdk" : {
3- "version" : " 8 .0.0" ,
3+ "version" : " 9 .0.0" ,
44 "rollForward" : " latestFeature" ,
55 "allowPrerelease" : true
66 },
Original file line number Diff line number Diff line change 2121 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
2222 <Configurations >Debug;Release;Fable;Test</Configurations >
2323 <Platforms >AnyCPU</Platforms >
24- <LangVersion >8 .0</LangVersion >
24+ <LangVersion >9 .0</LangVersion >
2525 <LangVersion Condition =" '$(Configuration)' == 'Fable' " >6.0</LangVersion >
2626
2727 <DefineConstants Condition =" '$(Configuration)' == 'Test'" >$(DefineConstants);TEST_TRACE</DefineConstants >
2828 <DefineConstants Condition =" '$(Configuration)' == 'Fable'" >$(DefineConstants);FABLE_COMPILER</DefineConstants >
2929 <DefineConstants Condition =" '$(Configuration)' == 'Fable4'" >$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_4</DefineConstants >
3030 <TargetFramework >net8.0</TargetFramework >
3131 <!-- <OutputPath>..\..\bin</OutputPath>-->
32- </PropertyGroup >
32+ </PropertyGroup >
3333 <ItemGroup >
3434 <Compile Include =" Internals.fs" />
3535 <Compile Include =" Extensions/Option.fs" />
125125 <Content Include =" Math/*.fs" PackagePath =" fable/Math" />
126126 <Content Include =" Data/*.fs" PackagePath =" fable/Data" />
127127 </ItemGroup >
128-
129- <ItemGroup >
130- <PackageReference Update =" FSharp.Core" Version =" 6.0.6" />
131- </ItemGroup >
132128</Project >
You can’t perform that action at this time.
0 commit comments