Skip to content

Commit

Permalink
Use wildcards in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidoine committed Nov 6, 2017
1 parent 08d4ecf commit 815f927
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/Folke.Core/Folke.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Folke.CsTsService" Version="3.0.0" />
<PackageReference Include="Folke.Identity.Elm" Version="3.0.0" />
<PackageReference Include="Folke.Identity.Server" Version="3.0.1" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
<PackageReference Include="Folke.CsTsService" Version="3.*" />
<PackageReference Include="Folke.Identity.Elm" Version="3.*" />
<PackageReference Include="Folke.Identity.Server" Version="3.*" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.*" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions test/Folke.Core.Tests/Folke.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Folke.Elm.Sqlite" Version="2.0.0.1" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Folke.Elm.Sqlite" Version="2.*" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.*" />
<PackageReference Include="xunit" Version="2.*" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 815f927

Please sign in to comment.