1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

make model project portable

This commit is contained in:
Luke Pulverenti 2016-10-21 22:08:34 -04:00
parent 5d73cc65f5
commit 621d660be1
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ h1, h1 a {
}
.cardImageContainer {
border-radius: 8px;
border-radius: 7px;
}
.noSecondaryNavPage .itemBackdrop {

View file

@ -2,5 +2,5 @@
<packages>
<package id="CommonIO" version="1.0.0.9" targetFramework="net45" />
<package id="Patterns.Logging" version="1.0.0.2" targetFramework="net45" />
<package id="WebMarkupMin.Core" version="2.1.0" targetFramework="net45" />
<package id="WebMarkupMin.Core" version="2.1.0" targetFramework="net45" requireReinstallation="true" />
</packages>