Merge pull request #261 from dtchepak/castlecore-4.0.0-beta002

Castlecore 4.0.0 beta002
This commit is contained in:
Alexandr Nikitin 2016-11-17 14:42:06 +02:00 коммит произвёл GitHub
Родитель 55e8d8bf3c 7f073b5d4f
Коммит 5e634f7496
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -14,7 +14,8 @@
"frameworks": {
"netstandard1.5": {
"buildOptions": {
"xmlDoc": true
"xmlDoc": true,
"nowarn": [ "CS1591" ]
},
"dependencies": {
"Castle.Core": "4.0.0-*",

Просмотреть файл

@ -149,7 +149,7 @@ Target "NuGet" <| fun _ ->
DependenciesByFramework =
[{ FrameworkVersion = "netstandard1.5"
Dependencies =
["Castle.Core", "[4.0.0-beta001, )"
["Castle.Core", "[4.0.0-beta002, )"
"Microsoft.CSharp", "[4.0.1, )"
"NETStandard.Library", "[1.6.0, )"
"System.Linq.Queryable", "[4.0.1, )"