aboutsummaryrefslogtreecommitdiff
path: root/MundusTests
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-05-23 12:12:43 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-05-23 12:12:43 +0300
commit667b2fc46c1116c58b106c7307ec8f96d13a3441 (patch)
treec8eb142d9768a9c46d73a0445281cdba740d2e5e /MundusTests
parente9f300ab2052f4132bd92aa4323e7015cec5b521 (diff)
downloadMundus-667b2fc46c1116c58b106c7307ec8f96d13a3441.tar
Mundus-667b2fc46c1116c58b106c7307ec8f96d13a3441.tar.gz
Mundus-667b2fc46c1116c58b106c7307ec8f96d13a3441.zip
Supposedly, fixed NuGet packages
Diffstat (limited to 'MundusTests')
-rw-r--r--MundusTests/MundusTests.csproj20
-rw-r--r--MundusTests/packages.config15
2 files changed, 20 insertions, 15 deletions
diff --git a/MundusTests/MundusTests.csproj b/MundusTests/MundusTests.csproj
index dd6be8d..dfe8764 100644
--- a/MundusTests/MundusTests.csproj
+++ b/MundusTests/MundusTests.csproj
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\packages\Microsoft.NET.Test.Sdk.16.6.1\build\net40\Microsoft.NET.Test.Sdk.props" Condition="Exists('..\packages\Microsoft.NET.Test.Sdk.16.6.1\build\net40\Microsoft.NET.Test.Sdk.props')" />
+ <Import Project="..\packages\Microsoft.CodeCoverage.16.6.1\build\netstandard1.0\Microsoft.CodeCoverage.props" Condition="Exists('..\packages\Microsoft.CodeCoverage.16.6.1\build\netstandard1.0\Microsoft.CodeCoverage.props')" />
+ <Import Project="..\packages\NUnit3TestAdapter.3.16.1\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.3.16.1\build\net35\NUnit3TestAdapter.props')" />
<Import Project="..\packages\NUnit.3.12.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -50,9 +53,6 @@
<HintPath>..\packages\System.ComponentModel.Annotations.4.7.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Numerics.Vectors">
- <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
- </Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.CompilerServices.Unsafe">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
@@ -125,13 +125,13 @@
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="Microsoft.EntityFrameworkCore.Relational">
- <HintPath>..\packages\Microsoft.EntityFrameworkCore.Relational.3.1.4\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Relational.dll</HintPath>
+ <HintPath>..\packages\Microsoft.EntityFrameworkCore.Relational.3.1.1\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Relational.dll</HintPath>
</Reference>
<Reference Include="BouncyCastle.Crypto">
- <HintPath>..\packages\BouncyCastle.1.8.6.1\lib\BouncyCastle.Crypto.dll</HintPath>
+ <HintPath>..\packages\BouncyCastle.1.8.3.1\lib\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="Google.Protobuf">
- <HintPath>..\packages\Google.Protobuf.3.12.1\lib\net45\Google.Protobuf.dll</HintPath>
+ <HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="Renci.SshNet">
<HintPath>..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
@@ -168,6 +168,12 @@
<HintPath>..\packages\MySql.Data.EntityFrameworkCore.8.0.20\lib\netstandard2.0\MySql.Data.EntityFrameworkCore.dll</HintPath>
</Reference>
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="Microsoft.VisualStudio.CodeCoverage.Shim">
+ <HintPath>..\packages\Microsoft.CodeCoverage.16.6.1\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Numerics.Vectors">
+ <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="DataTests\GameEventLogs\GameEventLogContextTests.cs" />
@@ -226,4 +232,6 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <Import Project="..\packages\Microsoft.CodeCoverage.16.6.1\build\netstandard1.0\Microsoft.CodeCoverage.targets" Condition="Exists('..\packages\Microsoft.CodeCoverage.16.6.1\build\netstandard1.0\Microsoft.CodeCoverage.targets')" />
+ <Import Project="..\packages\Microsoft.NET.Test.Sdk.16.6.1\build\net40\Microsoft.NET.Test.Sdk.targets" Condition="Exists('..\packages\Microsoft.NET.Test.Sdk.16.6.1\build\net40\Microsoft.NET.Test.Sdk.targets')" />
</Project> \ No newline at end of file
diff --git a/MundusTests/packages.config b/MundusTests/packages.config
index 2701787..8e2319c 100644
--- a/MundusTests/packages.config
+++ b/MundusTests/packages.config
@@ -1,21 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="AtkSharp" version="3.22.25.74" targetFramework="net47" />
- <package id="BouncyCastle" version="1.8.6.1" targetFramework="net47" />
- <package id="CairoSharp" version="3.22.25.74" targetFramework="net47" />
- <package id="GdkSharp" version="3.22.25.74" targetFramework="net47" />
- <package id="GioSharp" version="3.22.25.74" targetFramework="net47" />
- <package id="GLibSharp" version="3.22.25.74" targetFramework="net47" />
- <package id="Google.Protobuf" version="3.12.1" targetFramework="net47" />
+ <package id="BouncyCastle" version="1.8.3.1" targetFramework="net47" />
+ <package id="Google.Protobuf" version="3.6.1" targetFramework="net47" />
<package id="K4os.Compression.LZ4" version="1.1.11" targetFramework="net47" />
<package id="K4os.Compression.LZ4.Streams" version="1.1.11" targetFramework="net47" />
<package id="K4os.Hash.xxHash" version="1.0.6" targetFramework="net47" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="1.1.1" targetFramework="net47" />
<package id="Microsoft.Bcl.HashCode" version="1.1.0" targetFramework="net47" />
+ <package id="Microsoft.CodeCoverage" version="16.6.1" targetFramework="net47" />
<package id="Microsoft.EntityFrameworkCore" version="3.1.4" targetFramework="net47" />
<package id="Microsoft.EntityFrameworkCore.Abstractions" version="3.1.4" targetFramework="net47" />
<package id="Microsoft.EntityFrameworkCore.Analyzers" version="3.1.4" targetFramework="net47" />
- <package id="Microsoft.EntityFrameworkCore.Relational" version="3.1.4" targetFramework="net47" />
+ <package id="Microsoft.EntityFrameworkCore.Relational" version="3.1.1" targetFramework="net47" />
<package id="Microsoft.Extensions.Caching.Abstractions" version="3.1.4" targetFramework="net47" />
<package id="Microsoft.Extensions.Caching.Memory" version="3.1.4" targetFramework="net47" />
<package id="Microsoft.Extensions.Configuration" version="3.1.4" targetFramework="net47" />
@@ -27,10 +23,11 @@
<package id="Microsoft.Extensions.Logging.Abstractions" version="3.1.4" targetFramework="net47" />
<package id="Microsoft.Extensions.Options" version="3.1.4" targetFramework="net47" />
<package id="Microsoft.Extensions.Primitives" version="3.1.4" targetFramework="net47" />
+ <package id="Microsoft.NET.Test.Sdk" version="16.6.1" targetFramework="net47" />
<package id="MySql.Data" version="8.0.20" targetFramework="net47" />
<package id="MySql.Data.EntityFrameworkCore" version="8.0.20" targetFramework="net47" />
<package id="NUnit" version="3.12.0" targetFramework="net47" />
- <package id="PangoSharp" version="3.22.25.74" targetFramework="net47" />
+ <package id="NUnit3TestAdapter" version="3.16.1" targetFramework="net47" developmentDependency="true" />
<package id="SSH.NET" version="2016.1.0" targetFramework="net47" />
<package id="System.Buffers" version="4.5.1" targetFramework="net47" />
<package id="System.Collections.Immutable" version="1.7.1" targetFramework="net47" />