Skip to content

Commit e3ee1f0

Browse files
authored
fix: update version used in Examples to "1.*" (#220)
Currently the example projects use version "0.18.*". This is updated to "1.*", so that it uses the latest release version with `1` as major version.
1 parent 8d96152 commit e3ee1f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Examples/Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Condition="Exists('$(MSBuildThisFileDirectory)/../Directory.Build.props')" />
55

66
<PropertyGroup>
7-
<TestablyAbstractionsVersion>0.18.*</TestablyAbstractionsVersion>
7+
<TestablyAbstractionsVersion>1.*</TestablyAbstractionsVersion>
88
</PropertyGroup>
99

1010
<PropertyGroup>
@@ -32,7 +32,6 @@
3232

3333
<ItemGroup Condition="'$(UseFileReferenceToTestablyLibraries)' != 'True'">
3434
<PackageReference Include="Testably.Abstractions" Version="$(TestablyAbstractionsVersion)" />
35-
<PackageReference Include="Testably.Abstractions.Extensions" Version="$(TestablyAbstractionsVersion)" />
3635
<PackageReference Include="Testably.Abstractions.Testing" Version="$(TestablyAbstractionsVersion)" />
3736
</ItemGroup>
3837

0 commit comments

Comments
 (0)