We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894a03c commit f87bb5aCopy full SHA for f87bb5a
Microsoft.Toolkit/Microsoft.Toolkit.csproj
@@ -16,7 +16,7 @@
16
<DebugType>Full</DebugType>
17
</PropertyGroup>
18
19
- <!-- .NET Standard 1.4 doesn't have the Span<T> type, ValueTuple or System.Diagnostics.Contracts-->
+ <!-- .NET Standard 1.4 doesn't have the Span<T> type, ValueTuple or the [Pure] attribute -->
20
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">
21
<PackageReference Include="System.Diagnostics.Contracts" Version="4.3.0" />
22
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
@@ -80,4 +80,4 @@
80
</Compile>
81
</ItemGroup>
82
83
-</Project>
+</Project>
0 commit comments