File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
src/FSharp.Collections.Immutable Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1-
2- Microsoft Visual Studio Solution File, Format Version 12.00
1+ Microsoft Visual Studio Solution File, Format Version 12.00
32# Visual Studio Version 16
43VisualStudioVersion = 16.0.29021.104
54MinimumVisualStudioVersion = 10.0.40219.1
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework > netstandard2.0</TargetFramework >
4+ <TargetFrameworks >netstandard1.6; netstandard2.0</TargetFrameworks >
55 <Description >F# bindings for System.Collections.Immutable</Description >
66 <Copyright >Copyright © XperiAndri 2016</Copyright >
77 <AssemblyTitle >FSharp.Collections.Immutable</AssemblyTitle >
88 <Company >XperiAndri</Company >
99 <ProductName >FSharp.Collections.Immutable</ProductName >
10- <Copyright >Copyright © XperiAndri 2016</Copyright >
1110 <Version >1.0.0</Version >
12- <Authors >XperiAndri;EventHelix</Authors >
1311 <Authors >XperiAndri;EventHelix;vilinski</Authors >
14- <TargetFramework >netstandard2.0</TargetFramework >
1512 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1613 <PackageId >FSharp.Collections.Immutable</PackageId >
1714 <PackageTags >System;Immutable;Collections;FSharp;F#</PackageTags >
3027 <Compile Include =" sets.fs" />
3128 </ItemGroup >
3229
30+ <ItemGroup Condition =" '$(TargetFramework)'=='netstandard1.6'" >
31+ <PackageReference Update =" FSharp.Core" Version =" 4.6.2" />
32+ <PackageReference Update =" System.ValueTuple" Version =" 4.5.0" />
33+ </ItemGroup >
34+
3335 <ItemGroup >
34- <PackageReference Include =" System.Collections.Immutable" Version =" 1.5 .0" />
36+ <PackageReference Include =" System.Collections.Immutable" Version =" 1.7 .0" />
3537 </ItemGroup >
3638
3739</Project >
You can’t perform that action at this time.
0 commit comments