Skip to content

Commit

Permalink
Update Akka 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Jul 16, 2016
1 parent a99debc commit e16014c
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 97 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.props" Condition="Exists('..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.props')" />
<Import Project="..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.props" Condition="Exists('..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -37,20 +37,20 @@
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<ItemGroup>
<Reference Include="Akka, Version=1.1.0.26, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.1.1.0\lib\net45\Akka.dll</HintPath>
<Reference Include="Akka, Version=1.1.1.27, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.1.1.1\lib\net45\Akka.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.Interfaced, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.Interfaced.0.5.2\lib\net45\Akka.Interfaced.dll</HintPath>
<HintPath>..\..\packages\Akka.Interfaced.0.5.3\lib\net45\Akka.Interfaced.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.Interfaced-Base, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.Interfaced-Base.0.5.2\lib\net45\Akka.Interfaced-Base.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.Interfaced.SlimServer, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.Interfaced.SlimServer.0.5.2\lib\net45\Akka.Interfaced.SlimServer.dll</HintPath>
<HintPath>..\..\packages\Akka.Interfaced.SlimServer.0.5.3\lib\net45\Akka.Interfaced.SlimServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
Expand Down Expand Up @@ -124,10 +124,10 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.props'))" />
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.targets'))" />
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.props'))" />
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.targets'))" />
</Target>
<Import Project="..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.targets" Condition="Exists('..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.targets')" />
<Import Project="..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.targets" Condition="Exists('..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
8 changes: 4 additions & 4 deletions core/Akka.Interfaced.SlimSocket.Server/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Akka" version="1.1.0" targetFramework="net452" />
<package id="Akka.Interfaced" version="0.5.2" targetFramework="net452" />
<package id="Akka.Interfaced.SlimServer" version="0.5.2" targetFramework="net452" />
<package id="Akka.Interfaced.Templates" version="0.5.2" targetFramework="net452" />
<package id="Akka" version="1.1.1" targetFramework="net452" />
<package id="Akka.Interfaced" version="0.5.3" targetFramework="net452" />
<package id="Akka.Interfaced.SlimServer" version="0.5.3" targetFramework="net452" />
<package id="Akka.Interfaced.Templates" version="0.5.3" targetFramework="net452" />
<package id="Akka.Interfaced-Base" version="0.5.2" targetFramework="net452" />
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net452" />
<package id="LidgrenUdpNet" version="1.0.4" targetFramework="net452" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\Akka.Interfaced.Templates-Protobuf.0.5.2-beta\build\Akka.Interfaced.Templates-Protobuf.props" Condition="Exists('..\..\packages\Akka.Interfaced.Templates-Protobuf.0.5.2-beta\build\Akka.Interfaced.Templates-Protobuf.props')" />
<Import Project="..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.props" Condition="Exists('..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.props')" />
<Import Project="..\..\packages\Akka.Interfaced.Templates-Protobuf.0.5.3-beta\build\Akka.Interfaced.Templates-Protobuf.props" Condition="Exists('..\..\packages\Akka.Interfaced.Templates-Protobuf.0.5.3-beta\build\Akka.Interfaced.Templates-Protobuf.props')" />
<Import Project="..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.props" Condition="Exists('..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.props')" />
<Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -39,28 +39,28 @@
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<ItemGroup>
<Reference Include="Akka, Version=1.1.0.26, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.1.1.0\lib\net45\Akka.dll</HintPath>
<Reference Include="Akka, Version=1.1.1.27, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.1.1.1\lib\net45\Akka.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.Interfaced, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.Interfaced.0.5.2\lib\net45\Akka.Interfaced.dll</HintPath>
<HintPath>..\..\packages\Akka.Interfaced.0.5.3\lib\net45\Akka.Interfaced.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.Interfaced-Base, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.Interfaced-Base.0.5.2\lib\net45\Akka.Interfaced-Base.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.Interfaced.SlimServer, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.Interfaced.SlimServer.0.5.2\lib\net45\Akka.Interfaced.SlimServer.dll</HintPath>
<HintPath>..\..\packages\Akka.Interfaced.SlimServer.0.5.3\lib\net45\Akka.Interfaced.SlimServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.TestKit, Version=1.1.0.26, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.TestKit.1.1.0\lib\net45\Akka.TestKit.dll</HintPath>
<Reference Include="Akka.TestKit, Version=1.1.1.27, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.TestKit.1.1.1\lib\net45\Akka.TestKit.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.TestKit.Xunit2, Version=1.1.0.26, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.TestKit.Xunit2.1.1.0\lib\net45\Akka.TestKit.Xunit2.dll</HintPath>
<Reference Include="Akka.TestKit.Xunit2, Version=1.1.1.27, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Akka.TestKit.Xunit2.1.1.1\lib\net45\Akka.TestKit.Xunit2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
Expand Down Expand Up @@ -166,11 +166,11 @@
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.props'))" />
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.targets'))" />
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates-Protobuf.0.5.2-beta\build\Akka.Interfaced.Templates-Protobuf.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates-Protobuf.0.5.2-beta\build\Akka.Interfaced.Templates-Protobuf.props'))" />
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.props'))" />
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.targets'))" />
<Error Condition="!Exists('..\..\packages\Akka.Interfaced.Templates-Protobuf.0.5.3-beta\build\Akka.Interfaced.Templates-Protobuf.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Akka.Interfaced.Templates-Protobuf.0.5.3-beta\build\Akka.Interfaced.Templates-Protobuf.props'))" />
</Target>
<Import Project="..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.targets" Condition="Exists('..\..\packages\Akka.Interfaced.Templates.0.5.2\build\Akka.Interfaced.Templates.targets')" />
<Import Project="..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.targets" Condition="Exists('..\..\packages\Akka.Interfaced.Templates.0.5.3\build\Akka.Interfaced.Templates.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
14 changes: 7 additions & 7 deletions core/Akka.Interfaced.SlimSocket.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Akka" version="1.1.0" targetFramework="net452" />
<package id="Akka.Interfaced" version="0.5.2" targetFramework="net452" />
<package id="Akka.Interfaced.SlimServer" version="0.5.2" targetFramework="net452" />
<package id="Akka.Interfaced.Templates" version="0.5.2" targetFramework="net452" />
<package id="Akka.Interfaced.Templates-Protobuf" version="0.5.2-beta" targetFramework="net452" />
<package id="Akka" version="1.1.1" targetFramework="net452" />
<package id="Akka.Interfaced" version="0.5.3" targetFramework="net452" />
<package id="Akka.Interfaced.SlimServer" version="0.5.3" targetFramework="net452" />
<package id="Akka.Interfaced.Templates" version="0.5.3" targetFramework="net452" />
<package id="Akka.Interfaced.Templates-Protobuf" version="0.5.3-beta" targetFramework="net452" />
<package id="Akka.Interfaced-Base" version="0.5.2" targetFramework="net452" />
<package id="Akka.TestKit" version="1.1.0" targetFramework="net452" />
<package id="Akka.TestKit.Xunit2" version="1.1.0" targetFramework="net452" />
<package id="Akka.TestKit" version="1.1.1" targetFramework="net452" />
<package id="Akka.TestKit.Xunit2" version="1.1.1" targetFramework="net452" />
<package id="Common.Logging" version="3.3.1" targetFramework="net452" />
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net452" />
<package id="LidgrenUdpNet" version="1.0.4" targetFramework="net452" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\packages\Akka.Interfaced-SlimClient.Templates-Protobuf.0.5.2-beta\build\Akka.Interfaced-SlimClient.Templates-Protobuf.props" Condition="Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates-Protobuf.0.5.2-beta\build\Akka.Interfaced-SlimClient.Templates-Protobuf.props')" />
<Import Project="..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.2\build\Akka.Interfaced-SlimClient.Templates.props" Condition="Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.2\build\Akka.Interfaced-SlimClient.Templates.props')" />
<Import Project="..\..\..\packages\Akka.Interfaced-SlimClient.Templates-Protobuf.0.5.3-beta\build\Akka.Interfaced-SlimClient.Templates-Protobuf.props" Condition="Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates-Protobuf.0.5.3-beta\build\Akka.Interfaced-SlimClient.Templates-Protobuf.props')" />
<Import Project="..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.3\build\Akka.Interfaced-SlimClient.Templates.props" Condition="Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.3\build\Akka.Interfaced-SlimClient.Templates.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -89,11 +89,11 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.2\build\Akka.Interfaced-SlimClient.Templates.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.2\build\Akka.Interfaced-SlimClient.Templates.props'))" />
<Error Condition="!Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.2\build\Akka.Interfaced-SlimClient.Templates.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.2\build\Akka.Interfaced-SlimClient.Templates.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates-Protobuf.0.5.2-beta\build\Akka.Interfaced-SlimClient.Templates-Protobuf.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Akka.Interfaced-SlimClient.Templates-Protobuf.0.5.2-beta\build\Akka.Interfaced-SlimClient.Templates-Protobuf.props'))" />
<Error Condition="!Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.3\build\Akka.Interfaced-SlimClient.Templates.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.3\build\Akka.Interfaced-SlimClient.Templates.props'))" />
<Error Condition="!Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.3\build\Akka.Interfaced-SlimClient.Templates.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.3\build\Akka.Interfaced-SlimClient.Templates.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates-Protobuf.0.5.3-beta\build\Akka.Interfaced-SlimClient.Templates-Protobuf.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Akka.Interfaced-SlimClient.Templates-Protobuf.0.5.3-beta\build\Akka.Interfaced-SlimClient.Templates-Protobuf.props'))" />
</Target>
<Import Project="..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.2\build\Akka.Interfaced-SlimClient.Templates.targets" Condition="Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.2\build\Akka.Interfaced-SlimClient.Templates.targets')" />
<Import Project="..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.3\build\Akka.Interfaced-SlimClient.Templates.targets" Condition="Exists('..\..\..\packages\Akka.Interfaced-SlimClient.Templates.0.5.3\build\Akka.Interfaced-SlimClient.Templates.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
4 changes: 2 additions & 2 deletions samples/HelloWorld/Interface.SlimClient.Net35/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Akka.Interfaced-Base" version="0.5.2" targetFramework="net35" />
<package id="Akka.Interfaced-SlimClient.Templates" version="0.5.2" targetFramework="net35" />
<package id="Akka.Interfaced-SlimClient.Templates-Protobuf" version="0.5.2-beta" targetFramework="net35" />
<package id="Akka.Interfaced-SlimClient.Templates" version="0.5.3" targetFramework="net35" />
<package id="Akka.Interfaced-SlimClient.Templates-Protobuf" version="0.5.3-beta" targetFramework="net35" />
<package id="NetLegacySupport.Action" version="1.1.0" targetFramework="net35" />
<package id="NetLegacySupport.ConcurrentDictionary" version="1.1.0" targetFramework="net35" />
<package id="protobuf-net" version="2.1.0-alpha-1" targetFramework="net35" />
Expand Down

0 comments on commit e16014c

Please sign in to comment.