mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
923b959b6c
* Build on Azure instead of Appveyor
* fixup! Update Nuget
* fixup! installer and tests
* fixup! automation tests mac/linux
* Fix .gitattributes
* Fix line endings
* Try to fix integration tests
* Install mediainfo
* Update sqlite3 binaries for windows and mac
* Update media info to 20.03 and fix test
* Fix HttpClientTests, Use Servarr HttpBin Mirror
* Update test script
* Add media info to tests
* Fix tests
* Ignore tests ignored on Aphrodite
* partial automation update
* Reveet mac mediaInfo upgrade
* fixup! automation tests
* Revert "Reveet mac mediaInfo upgrade"
This reverts commit b54a76446b.
* Don't run linux tests on mac
* Exclude test failing on mac
Co-authored-by: ta264 <ta264@users.noreply.github.com>
8 lines
426 B
XML
8 lines
426 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Microsoft.Owin" version="2.1.0" targetFramework="net40" />
|
|
<package id="Microsoft.Owin.Hosting" version="2.1.0" targetFramework="net40" />
|
|
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net40" />
|
|
<package id="NLog" version="4.5.0-rc06" targetFramework="net40" />
|
|
<package id="Owin" version="1.0" targetFramework="net40" />
|
|
</packages> |