This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from spectre-team/migrate-dependencies-to-nugets
Migrate dependencies to nugets
- Loading branch information
Showing
100 changed files
with
243 additions
and
6,596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Castle.Core" version="4.1.1" targetFramework="net461" /> | ||
<package id="EntityFramework" version="6.1.3" targetFramework="net461" /> | ||
<package id="MatlabAlgorithmsNative" version="1.1.0" targetFramework="net461" /> | ||
<package id="Moq" version="4.7.99" targetFramework="net461" /> | ||
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net452" /> | ||
<package id="Ninject" version="3.2.2.0" targetFramework="net461" /> | ||
<package id="NUnit" version="3.6.1" targetFramework="net452" /> | ||
<package id="NUnit3TestAdapter" version="3.7.0" targetFramework="net452" /> | ||
<package id="Spectre.Service" version="3.0.0.72" targetFramework="net461" /> | ||
<package id="System.IO.Abstractions" version="2.0.0.143" targetFramework="net461" /> | ||
<package id="System.IO.Abstractions.TestingHelpers" version="2.0.0.143" targetFramework="net461" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> | ||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> | ||
</configSections> | ||
<entityFramework> | ||
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> | ||
<parameters> | ||
<parameter value="mssqllocaldb" /> | ||
</parameters> | ||
</defaultConnectionFactory> | ||
<providers> | ||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> | ||
</providers> | ||
</entityFramework> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Castle.Core" version="4.1.1" targetFramework="net461" /> | ||
<package id="EntityFramework" version="6.1.3" targetFramework="net461" /> | ||
<package id="MatlabAlgorithmsNative" version="1.1.0" targetFramework="net461" /> | ||
<package id="Moq" version="4.7.99" targetFramework="net461" /> | ||
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net452" /> | ||
<package id="Ninject" version="3.2.2.0" targetFramework="net461" /> | ||
<package id="Spectre.Service" version="3.0.0.72" targetFramework="net461" /> | ||
<package id="StyleCop.Analyzers" version="1.0.2" targetFramework="net452" developmentDependency="true" /> | ||
<package id="System.IO.Abstractions" version="2.0.0.143" targetFramework="net461" /> | ||
<package id="System.IO.Abstractions.TestingHelpers" version="2.0.0.143" targetFramework="net461" /> | ||
</packages> |
Oops, something went wrong.