File tree Expand file tree Collapse file tree
Orm/Xtensive.Orm.Tests.FSharp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <Configurations >Debug;Release;Debug-NET6;Release-NET6;Debug-NET7;Release-NET7;Debug-NET8;Release-NET8</Configurations >
77 </PropertyGroup >
88 <PropertyGroup >
9- <LangVersion >4.7</LangVersion >
109 <SignAssembly >true</SignAssembly >
1110 <AssemblyOriginatorKeyFile >$(OrmKeyFile)</AssemblyOriginatorKeyFile >
1211 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1312 <WarningLevel >2</WarningLevel >
1413 </PropertyGroup >
14+ <PropertyGroup Condition =" '$(TargetFramework)'=='net6.0'" >
15+ <LangVersion >6.0</LangVersion >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(TargetFramework)'=='net7.0'" >
18+ <LangVersion >7.0</LangVersion >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(TargetFramework)'=='net8.0'" >
21+ <LangVersion >8.0</LangVersion >
22+ </PropertyGroup >
1523 <Import Project =" $(SolutionDir)MSBuild\DataObjects.Net.InternalBuild.targets" />
1624 <ItemGroup >
1725 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0" />
2836 <Compile Include =" Test.fs" />
2937 <None Include =" App.config" />
3038 </ItemGroup >
31- <ItemGroup >
32- <PackageReference Update =" FSharp.Core" Version =" 4.7.0" />
39+ <ItemGroup Condition =" '$(TargetFramework)'=='net6.0'" >
40+ <PackageReference Update =" FSharp.Core" Version =" 6.0.7" />
41+ </ItemGroup >
42+ <ItemGroup Condition =" '$(TargetFramework)'=='net7.0'" >
43+ <PackageReference Update =" FSharp.Core" Version =" 7.0.403" />
44+ </ItemGroup >
45+ <ItemGroup Condition =" '$(TargetFramework)'=='net8.0'" >
46+ <PackageReference Update =" FSharp.Core" Version =" 8.0.403" />
3347 </ItemGroup >
3448</Project >
You can’t perform that action at this time.
0 commit comments