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 8d96152 commit e3ee1f0Copy full SHA for e3ee1f0
Examples/Directory.Build.props
@@ -4,7 +4,7 @@
4
Condition="Exists('$(MSBuildThisFileDirectory)/../Directory.Build.props')" />
5
6
<PropertyGroup>
7
- <TestablyAbstractionsVersion>0.18.*</TestablyAbstractionsVersion>
+ <TestablyAbstractionsVersion>1.*</TestablyAbstractionsVersion>
8
</PropertyGroup>
9
10
@@ -32,7 +32,6 @@
32
33
<ItemGroup Condition="'$(UseFileReferenceToTestablyLibraries)' != 'True'">
34
<PackageReference Include="Testably.Abstractions" Version="$(TestablyAbstractionsVersion)" />
35
- <PackageReference Include="Testably.Abstractions.Extensions" Version="$(TestablyAbstractionsVersion)" />
36
<PackageReference Include="Testably.Abstractions.Testing" Version="$(TestablyAbstractionsVersion)" />
37
</ItemGroup>
38
0 commit comments