Skip to content

Commit 85d0ffe

Browse files
authored
Softened version requirements of dependencies (#35)
Allows implementing applications to choose when to update Float and Xamarin projects.
1 parent da946f9 commit 85d0ffe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Float.TinCan.ActivityLibrary/Float.TinCan.ActivityLibrary.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<PackageReadmeFile>readme.md</PackageReadmeFile>
3030
</PropertyGroup>
3131
<ItemGroup>
32-
<PackageReference Include="Float.FileDownloader" Version="1.0.0.5" />
33-
<PackageReference Include="Float.TinCan" Version="1.0.3.29" />
34-
<PackageReference Include="Float.TinCan.LocalLRSServer" Version="1.0.0.24" />
35-
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2545" />
36-
<PackageReference Include="Float.Core" Version="1.0.0.41" />
32+
<PackageReference Include="Float.FileDownloader" Version="1.*" />
33+
<PackageReference Include="Float.TinCan" Version="1.0.3.*" />
34+
<PackageReference Include="Float.TinCan.LocalLRSServer" Version="1.*" />
35+
<PackageReference Include="Xamarin.Forms" Version="5.0.0.*" />
36+
<PackageReference Include="Float.Core" Version="[1.0.0.41,2)" />
3737
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3939
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)