Skip to content

Commit dcca124

Browse files
committed
Remove ValueTuple reference
1 parent fa9eff6 commit dcca124

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Release Notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## New in 1.0.2
2+
3+
* Remove ValueTuple reference
4+
15
### New in 1.0.1
26

37
* Add an icon to the NuGet package

src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
44
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net45;netstandard2.0</TargetFrameworks>
55
<PackageIconUrl>https://raw.githubusercontent.com/vbfox/ColoredPrintf/master/src/BlackFox.ColoredPrintf/Icon.png</PackageIconUrl>
6+
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
7+
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
68
</PropertyGroup>
79
<ItemGroup>
810
<Compile Include="AssemblyInfo.fs" />

0 commit comments

Comments
 (0)