Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelTroka committed Jan 26, 2018
1 parent f82efe5 commit 408b5a6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" Condition="'$(TargetFramework)' != 'net40'" />
<PackageReference Include="Moq" Version="4.8.0" Condition="'$(TargetFramework)' != 'net40'" />
<PackageReference Include="Moq" Version="4.8.1" Condition="'$(TargetFramework)' != 'net40'" />
<PackageReference Include="Moq" Version="4.2.1510.2205" Condition="'$(TargetFramework)' == 'net40'" />
<PackageReference Include="NUnit" Version="3.7.1" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Computator.NET.Core.Tests/Computator.NET.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" Condition="'$(TargetFramework)' != 'net40'" />
<PackageReference Include="Moq" Version="4.8.0" Condition="'$(TargetFramework)' != 'net40'" />
<PackageReference Include="Moq" Version="4.8.1" Condition="'$(TargetFramework)' != 'net40'" />
<PackageReference Include="Moq" Version="4.2.1510.2205" Condition="'$(TargetFramework)' == 'net40'" />
<PackageReference Include="MathNet.Numerics" Version="3.20.0" />
<PackageReference Include="MathNet.Numerics" Version="3.20.2" />
<PackageReference Include="NUnit" Version="3.7.1" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Computator.NET.Core/Computator.NET.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<ItemGroup>
<PackageReference Include="Accord.Math" Version="3.8.0" />
<PackageReference Include="Guards" Version="1.0.14" />
<PackageReference Include="MathNet.Numerics" Version="3.20.0" />
<PackageReference Include="MathNet.Numerics" Version="3.20.2" />
<PackageReference Include="Meta.Numerics" Version="3.1.0" />
<PackageReference Include="Unity" Version="5.2.0" />
<PackageReference Include="Microsoft.Bcl.Async" Version="1.0.168" Condition="'$(TargetFramework)' == 'net40'" />
Expand Down
4 changes: 2 additions & 2 deletions Computator.NET.Installer/Computator.NET.Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<Compile Include="..\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixSharp" Version="1.5.0" />
<PackageReference Include="WixSharp.bin" Version="1.5.0" />
<PackageReference Include="WixSharp" Version="1.6.1" />
<PackageReference Include="WixSharp.bin" Version="1.6.1" />
<PackageReference Include="WixSharp.wix.bin" Version="3.11.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Computator.NET.WebApi/Computator.NET.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.2" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.0.1" />
<PackageReference Include="NETStandard.Library" Version="2.0.1" />
<PackageReference Include="NETStandard.Library.NETFramework" Version="2.0.0-preview2-25405-01" />
Expand Down
4 changes: 2 additions & 2 deletions Computator.NET.WebClient/Computator.NET.WebClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.2" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.2" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Computator.NET.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Computator.NET", "Computator.NET\Computator.NET.csproj", "{5731ED79-DFC9-41D5-8A2E-82C578AD1D96}"
ProjectSection(ProjectDependencies) = postProject
Expand Down
2 changes: 1 addition & 1 deletion tools/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.24.0" />
<package id="Cake" version="0.25.0" />
</packages>

0 comments on commit 408b5a6

Please sign in to comment.