Skip to content

Commit

Permalink
Merge pull request #63 from Lutando/dev
Browse files Browse the repository at this point in the history
fixed all the dependencies
  • Loading branch information
Lutando committed Jan 21, 2019
2 parents 66222a4 + 0f6fe87 commit f1e34ab
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 24 deletions.
5 changes: 0 additions & 5 deletions Akkatecture.sln
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akkatecture.Walkthrough.Dom
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akkatecture.Walkthrough.Application", "examples\walkthrough\Akkatecture.Walkthrough.Application\Akkatecture.Walkthrough.Application.csproj", "{1349C01A-9C7F-48FA-A651-2C24F5E8A130}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{8C65E1C0-6979-410B-A5BF-B1AF40A1C660}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akkatecture.Examples.Application", "examples\simple\Akkatecture.Examples.Application\Akkatecture.Examples.Application.csproj", "{F4512D84-8576-44DB-9F15-E299F62EB9D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akkatecture.Examples.Domain", "examples\simple\Akkatecture.Examples.Domain\Akkatecture.Examples.Domain.csproj", "{C104C065-D0CE-42C0-9C43-D8F17ECEA0A0}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
<Version>2.2.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Akkatecture\Akkatecture.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions src/Akkatecture.Clustering/Akkatecture.Clustering.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<PackageIconUrl>https://akkatecture.net/logos/logo-512.png</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Akka.Cluster" Version="1.3.9" />
<PackageReference Include="Akka.Cluster" Version="1.3.11" />
<PackageReference Include="Akka.Cluster.Sharding" Version="1.3.9-beta68" />
<PackageReference Include="Akka.Cluster.Tools" Version="1.3.9" />
<PackageReference Include="Akka.Persistence" Version="1.3.9" />
<PackageReference Include="Akka.Cluster.Tools" Version="1.3.11" />
<PackageReference Include="Akka.Persistence" Version="1.3.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Akkatecture\Akkatecture.csproj" />
Expand Down
8 changes: 4 additions & 4 deletions src/Akkatecture/Akkatecture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Akka" Version="1.3.9" />
<PackageReference Include="Akka.Persistence" Version="1.3.9" />
<PackageReference Include="Akka" Version="1.3.11" />
<PackageReference Include="Akka.Persistence" Version="1.3.11" />
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions test/Akkatecture.TestHelpers/Akkatecture.TestHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Akkatecture\Akkatecture.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Moq" Version="4.8.2" />
</ItemGroup>
</Project>
18 changes: 9 additions & 9 deletions test/Akkatecture.Tests/Akkatecture.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<PackageReleaseNotes>Externally Updated</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Akka" Version="1.3.9" />
<PackageReference Include="Akka.Cluster.TestKit" Version="1.3.9" />
<PackageReference Include="Akka.TestKit" Version="1.3.9" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.3.9" />
<PackageReference Include="coverlet.msbuild" Version="2.2.1" />
<PackageReference Include="FluentAssertions" Version="5.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Akka" Version="1.3.11" />
<PackageReference Include="Akka.Cluster.TestKit" Version="1.3.11" />
<PackageReference Include="Akka.TestKit" Version="1.3.11" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.3.11" />
<PackageReference Include="coverlet.msbuild" Version="2.5.1" />
<PackageReference Include="FluentAssertions" Version="5.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Akkatecture.Clustering\Akkatecture.Clustering.csproj" />
Expand Down

0 comments on commit f1e34ab

Please sign in to comment.