Skip to content

Commit f87bb5a

Browse files
Update Microsoft.Toolkit/Microsoft.Toolkit.csproj
Co-authored-by: Sergio Pedri <sergio0694@live.com>
1 parent 894a03c commit f87bb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit/Microsoft.Toolkit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<DebugType>Full</DebugType>
1717
</PropertyGroup>
1818

19-
<!-- .NET Standard 1.4 doesn't have the Span<T> type, ValueTuple or System.Diagnostics.Contracts-->
19+
<!-- .NET Standard 1.4 doesn't have the Span<T> type, ValueTuple or the [Pure] attribute -->
2020
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">
2121
<PackageReference Include="System.Diagnostics.Contracts" Version="4.3.0" />
2222
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
@@ -80,4 +80,4 @@
8080
</Compile>
8181
</ItemGroup>
8282

83-
</Project>
83+
</Project>

0 commit comments

Comments
 (0)