more target frameworks

This commit is contained in:
2018-06-27 17:00:05 +02:00
parent fea84e2df7
commit 4257a65918
11 changed files with 7344 additions and 28 deletions

View File

@ -1,8 +1,8 @@
FROM microsoft/aspnet:1.0.0-rc1-update1
RUN printf "deb http://ftp.us.debian.org/debian jessie main\n" >> /etc/apt/sources.list
RUN apt-get -qq update && apt-get install -qqy sqlite3 libsqlite3-dev && rm -rf /var/lib/apt/lists/*
FROM microsoft/aspnet:1.0.0-rc1-update2
RUN printf "deb http://ftp2.fr.debian.org/debian/ stable main contrib non-free\n" >> /etc/apt/sources.list
# RUN apt-get -qq update && apt-get install -qqy sqlite3 libsqlite3-dev && rm -rf /var/lib/apt/lists/*
RUN apt-get -qq update && apt-get install -qqy postgresql-9.5 postgresql-client-9.5 && rm -rf /var/lib/apt/lists/*
COPY . /app
WORKDIR /app
RUN ["dnu", "restore"]

View File

@ -40,7 +40,8 @@
"System.Json": "4.0.20126.16343"
}
},
"net451": {}
"net451": {},
".NETFramework,Version=v4.5.1": {}
},
"exclude": [
"wwwroot",