Skip to content

Commit

Permalink
Set nuget packages to wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Feb 7, 2023
1 parent f2fcc2f commit 7e7180d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Meadow.Contracts/Meadow.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<None Include="icon.png" Link="icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Logging" Version="0.92.5" />
<PackageReference Include="Meadow.Units" Version="0.94.2" />
<PackageReference Include="Meadow.Logging" Version="0.*" />
<PackageReference Include="Meadow.Units" Version="0.*" />
</ItemGroup>
</Project>

0 comments on commit 7e7180d

Please sign in to comment.